摘要: alter table t_user add constraint UK_user_code -- 指定约束的名称 unique (user_code) -- 指定唯一键的列名 go 阅读全文
posted @ 2023-07-05 23:33 一隅桥畔 阅读(135) 评论(0) 推荐(0)