2 lines
71 B
Transact-SQL
2 lines
71 B
Transact-SQL
|
|
alter table [dbo].[Material_Material] add Factory nvarchar(100) null
|
||
|
|
GO
|