Hi I am using phpMyAdmin and a MYSQL db I have been trying to create a new table called picture however i keep getting an error from mysql and the table wont create. Here is the code that phpMyAdmin creates:
CREATE TABLE `picture` (`picid` INT NOT NULL, `name` VARCHAR, `size` VARCHAR, `type` VARCHAR, `use` VARCHAR, PRIMARY KEY (`picid`))
anyone know what is wrong the error provided gives no hints
CREATE TABLE `picture` (`picid` INT NOT NULL, `name` VARCHAR, `size` VARCHAR, `type` VARCHAR, `use` VARCHAR, PRIMARY KEY (`picid`))
anyone know what is wrong the error provided gives no hints