摘要:
alter table table_name alter column column_name 数据类型(int,varchar等等) not null --.............................修改列.......增加属性--增加属性use srs --指定使用的数据库alte 阅读全文
摘要:
一、Model层 与数据库关联的表 [Table("CityInfo")] public class CityInfo { [Key] public int CId { get; set; } public string CName { get; set; } public int PId { ge 阅读全文