within a table, if I create a field, say “status” choose type “enum” ( so I can have values such as, up, down, unmanaged)…whatever else I put in for length or default value, etc results in the following when selecting “alter table:”
Error No. 1064
You have an error in your SQL syntax near '8) DEFAULT 'up' NULL after `id`, drop primary key, add primary key (`id` )' at line 1
If I delete the field, I am able to alter the table just fine.