We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CREATE TABLE nv4_vi_laws_admins( userid int(11) unsigned NOT NULL DEFAULT '0', subjectid smallint(4) NOT NULL DEFAULT '0', admin tinyint(4) NOT NULL DEFAULT '0', add_content tinyint(4) NOT NULL DEFAULT '0', edit_content tinyint(4) NOT NULL DEFAULT '0', del_content tinyint(4) NOT NULL DEFAULT '0', UNIQUE KEY userid (userid, subjectid) ) ENGINE=MyISAM;