MySQL: Field 'id' doesn't have a default value
- by yanis
I want MySQL to autogenerate the id of a table so I have set AutoIncrement to TRUE but I get "Field 'id' doesn't have a default value". I even set a default value (=1 although I dont want a default value) but I get the same error.