摘要: alter table Account add TotalScore int default 0 not null; 阅读全文
posted @ 2022-01-20 17:00 极客船长 阅读(24) 评论(0) 推荐(0) 编辑
摘要: EXECUTE sp_addextendedproperty N'MS_Description', '用户积分', N'user', N'dbo', N'table', N'Account', N'column', N'TotalScore' 阅读全文
posted @ 2022-01-20 17:00 极客船长 阅读(113) 评论(0) 推荐(0) 编辑
摘要: alter table clocom_scm_orders add default 0 for order_money;- 阅读全文
posted @ 2022-01-20 16:59 极客船长 阅读(54) 评论(0) 推荐(0) 编辑
摘要: alter table clocom_scm_orders drop constraint constraintName 阅读全文
posted @ 2022-01-20 16:58 极客船长 阅读(26) 评论(0) 推荐(0) 编辑
摘要: alter table clocom_scm_orders alter column order_money decimal(18,2) 阅读全文
posted @ 2022-01-20 16:58 极客船长 阅读(96) 评论(0) 推荐(0) 编辑
摘要: exec sp_helpconstraint tablename 阅读全文
posted @ 2022-01-20 16:57 极客船长 阅读(39) 评论(0) 推荐(0) 编辑