This commit is contained in:
2023-03-01 13:57:18 +08:00
14 changed files with 81 additions and 21 deletions
@@ -0,0 +1,2 @@
alter table [dbo].[Material_Equipment] add Factory nvarchar(100) null
GO