Probuje stworzyc chyba najbardziej rozbudowana(

CREATE TABLE nuke_filmy( film_id unsignedint NOT NULL AUTO_INCREMENT PRIMARY KEY , title char( 30 ) NOT NULL , link char( 100 ) NOT NULL , image char( 30 ) NOT NULL , score unsignedfloat, rates unsignedint, sender char( 30 ) , opis char( 50 ) , data_dodania date NOT NULL ); BŁĄD: #1064 - 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 'unsignedint NOT NULL AUTO_INCREMENT PRIMARY KEY , title char(
probowalem sporo sposobow, ale nic z tego :/
prosze o pomoc
