[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 create table {$NAMESPACE}_maniphest.maniphest_taskauxiliarystorage 2 (id int unsigned not null auto_increment primary key, 3 taskPHID varchar(64) binary not null, 4 name varchar(255) COLLATE `binary` not null, 5 value varchar(255) not null, 6 unique key (taskPHID,name), 7 dateCreated int unsigned not null, 8 dateModified int unsigned not null) 9 ENGINE = InnoDB;
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |