7 lines
159 B
Transact-SQL
7 lines
159 B
Transact-SQL
CREATE TABLE [dbo].[ScartiNonArchiviabili] (
|
|
#x0D;
|
|
[idInMetadati] int NOT NULL,
|
|
[idReport] int NULL,
|
|
[DataInserimento] datetime NOT NULL
|
|
)
|
|
GO |