Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F20626
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Authored By
stwalkerster
May 26 2017, 11:17 PM
2017-05-26 23:17:51 (UTC+0)
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
MariaDB [information_schema]> select * from columns where table_name = 'request' and table_schema = 'production';
++--------------+------------+--------------++--------------------+-----------------+---------------++
|| TABLE_SCHEMA | TABLE_NAME | COLUMN_NAME || CHARACTER_SET_NAME | COLLATION_NAME | COLUMN_TYPE ||
++--------------+------------+--------------++--------------------+-----------------+---------------++
|| production | request | id || NULL | NULL | int(11) ||
|| production | request | email || utf8 | utf8_general_ci | varchar(512) ||
|| production | request | ip || utf8 | utf8_general_ci | varchar(255) ||
|| production | request | name || utf8 | utf8_general_ci | varchar(512) ||
|| production | request | comment || utf8 | utf8_general_ci | varchar(3000) ||
|| production | request | status || utf8 | utf8_general_ci | varchar(255) ||
|| production | request | date || NULL | NULL | timestamp ||
|| production | request | checksum || utf8 | utf8_general_ci | varchar(256) ||
|| production | request | emailsent || utf8 | utf8_general_ci | varchar(10) ||
|| production | request | emailconfirm || utf8 | utf8_general_ci | varchar(255) ||
|| production | request | reserved || NULL | NULL | int(11) ||
|| production | request | useragent || NULL | NULL | blob ||
|| production | request | forwardedip || utf8 | utf8_general_ci | varchar(255) ||
++--------------+------------+--------------++--------------------+-----------------+---------------++
13 rows in set (0.00 sec)
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18906
Default Alt Text
(1 KB)
Attached To
Mode
P133 (An Untitled Masterwork)
Attached
Detach File
Event Timeline
Log In to Comment