I was using the data type enum() but I got this error in mysql workbench

-
1Enum needs a list of values, how exactly are you passing itErubiel– Erubiel2018-08-22 23:15:50 +00:00Commented Aug 22, 2018 at 23:15
-
Did you try to define an ENUM column with no elements? You need at least one.Bill Karwin– Bill Karwin2018-08-22 23:17:16 +00:00Commented Aug 22, 2018 at 23:17
-
cuz I am doing this in the setting not coding. there are 2 ways to set up enum(),one is by coding eg: Status ENUM('Yes','No) NOT NULL. I am doing it in the second way by using the settings. is there a way I can do it in the settings ?KEVINBOSS– KEVINBOSS2018-08-22 23:26:25 +00:00Commented Aug 22, 2018 at 23:26
-
1Can you edit your question to include the exact statement you're running? Also remember that text, not screenshots, is the best way to represent textual data. Images can't be searched, copy-pasted or run as code.tadman– tadman2018-08-23 02:25:37 +00:00Commented Aug 23, 2018 at 2:25
Add a comment
|