mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
6 lines
191 B
MySQL
6 lines
191 B
MySQL
|
CREATE TABLE phabricator_file.`file_imagemacro` (
|
||
|
`id` int unsigned NOT NULL auto_increment PRIMARY KEY,
|
||
|
`filePHID` varchar(64) NOT NULL,
|
||
|
`name` varchar(255) NOT NULL
|
||
|
);
|