https://blog.csdn.net/zanychou/article/details/7403336

EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'ID' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'POS_RecA', @level2type=N'COLUMN',@level2name=N'ID'
GO

EXEC sys.sp_addextendedproperty @name=N'MS_Description', @value=N'验收单号' , @level0type=N'SCHEMA',@level0name=N'dbo', @level1type=N'TABLE',@level1name=N'POS_RecA', @level2type=N'COLUMN',@level2name=N'rec_no'
GO

ALTER TABLE  表名  ADD DEFAULT ((0)) FOR [_prt_times]
GO

相关文章:

  • 2021-09-08
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2021-10-27
猜你喜欢
  • 2021-09-12
  • 2021-08-31
  • 2021-08-12
  • 2021-06-17
  • 2022-01-16
  • 2022-12-23
  • 2021-09-14
相关资源
相似解决方案