Changeset View
Changeset View
Standalone View
Standalone View
resources/sql/patches/068.maniphestauxiliarystorage.sql
| create table {$NAMESPACE}_maniphest.maniphest_taskauxiliarystorage | create table {$NAMESPACE}_maniphest.maniphest_taskauxiliarystorage | ||||
| (id int unsigned not null auto_increment primary key, | (id int unsigned not null auto_increment primary key, | ||||
| taskPHID varchar(64) binary not null, | taskPHID varchar(64) binary not null, | ||||
| name varchar(255) not null, | name varchar(255) not null, | ||||
| value varchar(255) not null, | value varchar(255) not null, | ||||
| unique key (taskPHID,name), | unique key (taskPHID,name), | ||||
| dateCreated int unsigned not null, | dateCreated int unsigned not null, | ||||
| dateModified int unsigned not null) | dateModified int unsigned not null) | ||||
| ENGINE = InnoDB; | ENGINE = InnoDB; | ||||
| No newline at end of file | |||||