mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
4 lines
148 B
MySQL
4 lines
148 B
MySQL
|
CREATE TABLE phabricator_herald.herald_savedheader (
|
||
|
phid varchar(64) binary not null primary key,
|
||
|
header varchar(255) not null
|
||
|
) ENGINE=InnoDB;
|