psa.dom_level_usrs
Overview
Column Descriptions
id –
1 2 3 4 5 6 7 8 9 10 11 12 | CREATE TABLE `dom_level_usrs` ( `dom_id` int(10) unsigned NOT NULL, `account_id` int(10) unsigned DEFAULT NULL, `state` enum('false','true') NOT NULL DEFAULT 'false', `card_id` int(10) unsigned DEFAULT NULL, `perm_id` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`dom_id`), KEY `dom_id` (`dom_id`), KEY `account_id` (`account_id`), KEY `card_id` (`card_id`), KEY `perm_id` (`perm_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
Related documentation
March 13th, 2013 in
Uncategorized