* add role field for zt_group table.

This commit is contained in:
wangchunsheng
2013-01-23 07:02:42 +00:00
parent 807c0104c4
commit fa2a901f90
+1
View File
@@ -279,6 +279,7 @@ CREATE TABLE IF NOT EXISTS `zt_group` (
`id` mediumint(8) unsigned NOT NULL auto_increment,
`company` mediumint(8) unsigned NOT NULL,
`name` char(30) NOT NULL,
`role` char(30) NOT NULL default '',
`desc` char(255) NOT NULL default '',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;