1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/resources/sql/patches/021.xhpastview.sql

10 lines
281 B
MySQL
Raw Normal View History

CREATE TABLE {$NAMESPACE}_xhpastview.xhpastview_parsetree (
2011-04-07 04:17:05 +02:00
id int unsigned not null auto_increment primary key,
authorPHID varchar(64) binary,
input longblob not null,
stdout longblob not null,
dateCreated int unsigned not null,
dateModified int unsigned not null
);