Files
EasySoft-ZenTaoPMS/db/update10.3.1.sql
T
2018-09-10 15:23:59 +08:00

7 lines
189 B
SQL

CREATE TABLE `zt_userview` (
`account` char(30) NOT NULL,
`products` text NOT NULL,
`projects` text NOT NULL,
UNIQUE KEY `account` (`account`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;