合并穿透
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
alter table Base_Project add isDelete bit null
|
||||
|
||||
ALTER TABLE [dbo].[Base_Project] ADD [ProjectAttribute] [varchar](50) NULL
|
||||
|
||||
Alter TABLE [dbo].[Accident_AccidentPersonRecord] Add
|
||||
[IsAttempt] [char](1) NULL
|
||||
Reference in New Issue
Block a user