Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120833384
data.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
746 B
Referenced Files
None
Subscribers
None
data.sql
View Options
-- Contacts
DELETE
FROM
contacts
;
INSERT
INTO
contacts
(
user_id
,
changed
,
del
,
name
,
email
,
firstname
,
surname
,
vcard
,
words
)
VALUES
(
1
,
'2019-12-31 12:23:33.523071-05'
,
0
,
'John Doe'
,
'johndoe@example.org'
,
'John'
,
'Doe'
,
'BEGIN:VCARD
VERSION:3.0
N:Doe;John;;;
FN:John Doe
EMAIL;TYPE=INTERNET;TYPE=HOME:johndoe@example.org
END:VCARD'
,
' john do johndo@example.org'
);
INSERT
INTO
contacts
(
user_id
,
changed
,
del
,
name
,
email
,
firstname
,
surname
,
vcard
,
words
)
VALUES
(
1
,
'2019-12-31 12:24:10.213475-05'
,
0
,
'Jane Stalone'
,
'j.stalone@microsoft.com'
,
'Jane'
,
'Stalone'
,
'BEGIN:VCARD
VERSION:3.0
N:Stalone;Jane;;;
FN:Jane Stalone
EMAIL;TYPE=INTERNET;TYPE=HOME:j.stalone@microsoft.com
END:VCARD'
,
' jane stalone j.stalone@microsoft.com'
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 12:47 PM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18801240
Default Alt Text
data.sql (746 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline