Hi guys, stupid question here:
why isn't the following working in MySql:
I always get the following error:PHP Code:mysql> CREATE TABLE programming (
-> id INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
-> name TINYTEXT,
-> desc TEXT,
-> files INT NOT NULL);
Please tell me what is wrong as I cant see it fullyPHP Code:ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'desc TEXT,
files INT NOT NULL)' at line 4
![]()





Bookmarks