[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 CREATE TABLE {$NAMESPACE}_user.user_preferences ( 2 id int unsigned not null auto_increment primary key, 3 userPHID varchar(64) binary not null, 4 preferences longblob not null, 5 unique key (userPHID) 6 );
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 |