PHPMyAdmin alert box - missing value in the form - all usual fields are filled out?

前端 未结 12 1145
猫巷女王i
猫巷女王i 2020-12-11 16:17

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 wit

12条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-11 16:49

    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"

    • Nope. Doesn't work either and wouldn't make much sense. If you don't define a default value, the server will either insert an empty string, or fail the query; depending on settings.

提交回复
热议问题