create table if not exists devcloud.project ( id int not null primary key, name varchar(128) null, description varchar(512) null, git_remote_url varchar(512) not null ) charset = utf8;