mysql> create table orders (id int not null primary key auto_increment, value int not null); Query OK, 0 rows affected (0.49 sec)
mysql> create table orders (id int not null primary key auto_increment, value int not null);
Query OK, 0 rows affected (0.49 sec)