[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 CREATE TABLE {$NAMESPACE}_file.file_proxyimage ( 2 id int unsigned not null primary key auto_increment, 3 uri varchar(255) COLLATE `binary` not null, 4 unique key(uri), 5 filePHID varchar(64) binary not null 6 ) 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 |