摘要: 给数据库的表添加一列:alter table 表名 add 列名 类型 null例子:alter table UserInfo add [Address] nvarchar(32) null 代码的方式:给列添加默认值约束:alter table 表名 add constraint 约束的名字 de 阅读全文
posted @ 2020-01-07 15:09 Luohanhui 阅读(235) 评论(0) 推荐(0)