如题
很多网上的文章是设置表的
EF中还要对模型就行设置
[Column(Name = "ID",IsPrimaryKey = true,DbType = "int(4)", AutoSync = AutoSync.OnInsert, IsDbGenerated = true)] public int ID { get; set; }
红色是重点。