[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 ALTER TABLE {$NAMESPACE}_conpherence.conpherence_thread 2 ADD recentParticipantPHIDs LONGTEXT NOT NULL COLLATE utf8_bin AFTER title, 3 ADD messageCount BIGINT UNSIGNED NOT NULL AFTER title; 4 5 ALTER TABLE {$NAMESPACE}_conpherence.conpherence_participant 6 ADD seenMessageCount BIGINT UNSIGNED NOT NULL AFTER behindTransactionPHID;
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 |