Page MenuHomePhabricator

068.maniphestauxiliarystorage.sql
No OneTemporary

068.maniphestauxiliarystorage.sql

create table {$NAMESPACE}_maniphest.maniphest_taskauxiliarystorage
(id int unsigned not null auto_increment primary key,
taskPHID varchar(64) binary not null,
name varchar(255) COLLATE `binary` not null,
value varchar(255) not null,
unique key (taskPHID,name),
dateCreated int unsigned not null,
dateModified int unsigned not null)
ENGINE = InnoDB;

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 7, 11:10 AM (18 h, 49 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8253239
Default Alt Text
068.maniphestauxiliarystorage.sql (381 B)

Event Timeline