create table if not exists devcloud.`group` ( id int not null primary key, name varchar(23) charset utf8 not null, namespace int not null, share_link varchar(63) not null, type varchar(15) charset utf8 null );