[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/resources/sql/patches/ -> 068.maniphestauxiliarystorage.sql (source)

   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;


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1