USE [ServiceMonitor]
GO
ALTER TABLE [dbo].[tblAcceptUser] DROP CONSTRAINT [DF__tblAccept__Accep__1273C1CD]
GO
ALTER TABLE [dbo].[tblAcceptUser] ADD CONSTRAINT [DF__tblAccept__Accep__1273C1CD] DEFAULT ((0)) FOR [AcceptEmailWithAttach]
GO
微信扫一扫
USE [ServiceMonitor]
GO
ALTER TABLE [dbo].[tblAcceptUser] DROP CONSTRAINT [DF__tblAccept__Accep__1273C1CD]
GO
ALTER TABLE [dbo].[tblAcceptUser] ADD CONSTRAINT [DF__tblAccept__Accep__1273C1CD] DEFAULT ((0)) FOR [AcceptEmailWithAttach]
GO
相关推荐