MySQL8.0 error code: 1364 Field 'id' doesn't have a default value

Error code: 1364
Field 'id' doesn't have a default value
Solution: Set the corresponding primary key to auto-increment.

Guess you like

Origin blog.csdn.net/crraxx/article/details/122591231