Hello i am a student and not familiar with MySQL.
I am new in mysql and i need help!
I have a database and have some troubles inserting data into one table.
The table name is makina
CREATE TABLE `makina` (
`lloji` varchar(20) DEFAULT NULL,
`vitprodhimi` int(9) DEFAULT NULL,
`ngjyra` enum('bardhe','blu','kuqe','zeze') DEFAULT 'bardhe'
) ENGINE=InnoDB DEFAULT CHARSET=latin1
And for the column ngjyra
i doesn't accept the value red
.