-
Notifications
You must be signed in to change notification settings - Fork 14
Ghi chú phát triển 4.3.01
Tan Dung Phan edited this page Dec 5, 2017
·
2 revisions
CREATE TABLE `nv4_vi_organs_admins` (
`userid` int(11) UNSIGNED NOT NULL DEFAULT '0',
`organid` int(11) 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',
`status_content` tinyint(4) NOT NULL DEFAULT '0',
`del_content` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=MyISAM;