create table if not exists acl ( acl_id int auto_increment primary key, acl_role varchar(255) null ) engine = InnoDB;