mysql字段设置中文默认值
(1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '正常AFTER ‘create_ time’ at line 2)
加单引号就行
- 这里需求为:所有的status默认状态都为正常。
- 在设置默认中文的输入时,若写成这样就会报错。
- 这里需要切记!设置中文默认值的时候需要加单引号!这样就好了。
记!设置中文默认值的时候需要加单引号!这样就好了。