Enum Type
-
Hi, Im using adminer and trying to create a table where one field uses the enum type but it keep rejecting it. How/where do I set what the possible options are?
currently SQL command example of what I am trying to add
ALTER TABLE
Players
ADDTeamenum NOT NULL DEFAULT ”U12s’,’U13s” AFTERFirstname,
COMMENT=”; — 0.000 sThanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Enum Type’ is closed to new replies.