6 lines
134 B
Transact-SQL
6 lines
134 B
Transact-SQL
CREATE TABLE [dbo].[testArchiveReport_FC] (
|
|
[idInMetadati] int NOT NULL,
|
|
[idReport] int NULL,
|
|
[repository] tinyint NOT NULL
|
|
)
|
|
GO |