标签:get ref 设置 size code tps identity com sof
Navicat For SQL Server 修改字段为自增主键
[id] int NOT NULL, 修改为: [id] int IDENTITY(1,1) NOT NULL,
设置自动打开的数据库
Navicat For SQL Server 修改字段为自增主键
标签:get ref 设置 size code tps identity com sof
原文地址:https://www.cnblogs.com/hool/p/13336484.html