Extension:CommunityRequests/communityrequests entities table
Appearance
From mediawiki.org
mysql> describe communityrequests_entities; +----------------+---------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------------+---------------------+------+-----+---------+-------+ | cr_page | int(10) unsigned | NO | PRI | NULL | | | cr_entity_type | tinyint(1) | NO | | 0 | | | cr_status | int(10) unsigned | NO | | NULL | | | cr_wish_type | int(10) unsigned | YES | | NULL | | | cr_focus_area | int(10) unsigned | YES | | NULL | | | cr_actor | bigint(20) unsigned | YES | | NULL | | | cr_vote_count | int(10) unsigned | NO | MUL | 0 | | | cr_base_lang | varbinary(35) | NO | | NULL | | | cr_created | binary(14) | NO | MUL | NULL | | | cr_updated | binary(14) | NO | MUL | NULL | | +----------------+---------------------+------+-----+---------+-------+