For some reason while using PHPMyAdmin and attempting to save a table, even though I’ve entered all of the information I usually do I’m getting an alert box popping up with the content “Missing value in the form!”.
Here’s a screenshot of my PHPMyAdmin console (2 screens merged due to resolution):
PHPMyAdmin Create Table Modal Box
What I’ve tried so far:
- Changing the data types all to
VARCHARwith a length of255(except for thedeindeal_idcolumn, which remainedINTwith a length of12). - Encasing
descriptionin “`” (bacticks), thinking it may be a reserved word of some sort. - Adding a coalition.
- Using different table engines (InnoDB, MyISAM (the one I wanted)).
I’m really stumped as to what could be causing this issue, so any answers would be greatly appreciated!
Got the same error, probably a Bug.
What Lex said: “Maybe if you define a column NOT NULL (ie. don’t check the box in the Null column, you have to define a default value? – Lex 20 hours ago”