[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 CREATE TABLE {$NAMESPACE}_herald.herald_ruleedit ( 2 id int unsigned not null auto_increment primary key, 3 ruleID int unsigned not null, 4 editorPHID varchar(64) BINARY not null, 5 dateCreated int unsigned not null, 6 dateModified int unsigned not null, 7 KEY (ruleID, dateCreated) 8 ) 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 |