[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 ALTER TABLE {$NAMESPACE}_ponder.ponder_question 2 ADD COLUMN `status` INT(10) UNSIGNED NOT NULL AFTER `authorPHID`; 3 4 ALTER TABLE {$NAMESPACE}_ponder.ponder_question 5 ADD INDEX `status` (`status`);
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 |