Navicat For SQL Server 修改字段为自增主键 [id] int NOT NULL, 修改为: [id] int IDENTITY(1,1) NOT NULL, 设置自动打开的数据库 相关文章: