1
This commit is contained in:
@@ -41,4 +41,7 @@ CREATE TABLE HJGL_DrawingRecognition_PipeLengths (
|
||||
dn NVARCHAR(50) NULL -- 公称直径(DN)
|
||||
CONSTRAINT PK_HJGL_DrawingRecognition_PipeLengths PRIMARY KEY (id) -- 主键约束
|
||||
);
|
||||
GO
|
||||
GO
|
||||
ALTER TABLE SGGLDB_SHJ.dbo.HJGL_Pipeline ADD DesignIsHotProess bit NULL;
|
||||
EXEC SGGLDB_SHJ.sys.sp_addextendedproperty 'MS_Description', N'设计是否需要热处理', 'schema', N'dbo', 'table', N'HJGL_Pipeline', 'column', N'DesignIsHotProess';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user