[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 -- Stores the groups the user has once belonged to. 2 -- The user may still belong these groups. Check user_groups. 3 CREATE TABLE /*_*/user_former_groups ( 4 -- Key to user_id 5 ufg_user int unsigned NOT NULL default 0, 6 ufg_group varbinary(255) NOT NULL default '' 7 ) /*$wgDBTableOptions*/; 8 9 CREATE UNIQUE INDEX /*i*/ufg_user_group ON /*_*/user_former_groups (ufg_user,ufg_group);
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |