Skip to content

Ghi chú phát triển 4.3.01

Tan Dung Phan edited this page Dec 2, 2017 · 5 revisions

Thêm bảng quản lý admin

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;