CREATE TABLE IF NOT EXISTS sys_message ( id bigint(20) NOT NULL AUTO_INCREMENT, message varchar(100) NOT NULL, PRIMARY KEY (id) );