Actualités

CREATE TABLE autos ( auto_id INT UNSIGNED NOT NULL AUTO_INCREMENT KEY, make VARCHAR (128), year INTEGER, mileage INTEGER ); ...
But when I go these statements,it worked (I have create table like the example in the MySQL document). It seems that the SQL parser in phpMyAdmin doesn't parse these statements properly.