057562dd15891ee5ed5aec0c492b9b9e928abf74
[Pman.Core] / sql / core_project_group.sql
1
2 CREATE TABLE core_project_group (
3   id int(11) NOT NULL auto_increment,
4   PRIMARY KEY  (id)
5   
6 ) ;