create table robot ( robot_id int NOT NULL AUTO_INCREMENT, name varchar(255), serial varchar(255), time datetime, constraint primary key(robot_id) )