What's wrong?
MySQL 3.23.40, PHPMyAdmin 2.2.0rc1
PHP-Code:
CREATE TABLE catlinks (
id INT UNSIGNED DEFAULT '0' not null AUTO_INCREMENT,
song_id INT UNSIGNED not null ,
description VARCHAR not null ,
link VARCHAR not null ,
user_id MEDIUMINT UNSIGNED not null ,
PRIMARY KEY (id), UNIQUE (id)
)
MySQL said: You have an error in your SQL syntax near 'not null , link VARCHAR not null , user_id MEDIUMINT UNSIGNED not null , PRIM' at line 1
Kommentar