Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120837341
2021081000.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
368 B
Referenced Files
None
Subscribers
None
2021081000.sql
View Options
CREATE
TABLE
responses
(
response_id
integer
NOT
NULL
PRIMARY
KEY
,
user_id
integer
NOT
NULL
default
'0'
,
changed
datetime
NOT
NULL
default
'0000-00-00 00:00:00'
,
del
tinyint
NOT
NULL
default
'0'
,
name
varchar
(
255
)
NOT
NULL
,
data
text
NOT
NULL
,
is_html
tinyint
NOT
NULL
default
'0'
);
CREATE
UNIQUE
INDEX
ix_responses_user_id
ON
responses
(
user_id
,
del
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 24, 1:43 PM (2 d, 2 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18722175
Default Alt Text
2021081000.sql (368 B)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline