Treat identity as an auto_increment alias in MSSQLServer mode
Add support for `create table test(id int primary key identity)` statements, which are common in the SQLServer world.
正在显示
请
注册
或者
登录
后发表评论
Add support for `create table test(id int primary key identity)` statements, which are common in the SQLServer world.