使用Navicat链接MySQL数据库,新建数据库demo,新建表user,user表中添加列时报错1064
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL serverversion for the right syntax to use near 'DEFAULT' at line 7
没有使用sql语句,也不知道哪里出了问题

现在是添加列,也不行,插入数据也不行

如上图,我是没有设置好字符集和排序规则才出现了这个错误,希望能给有相同问题的人带来帮助