1、mysql的扩展语句
(1)创建表 if not exists yyy:这个表不存在才会创建
zerofill:自动补齐位置
primary key:当前表的主键,主键只能有一个,唯一且不能为空
auto_increment:表示…
使用了很多的mybatisplus导致了遇到mybatis有点忘记了。工作遇到了这样的一个错误:
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column userId in where clause at sun.reflect.NativeConstructorAccessorImpl.newInstance0(…