2025-06-26 18:47:11 +02:00

6 lines
141 B
Transact-SQL

CREATE TABLE [dbo].[ScartiNonArchiviabili] (
[idInMetadati] int NOT NULL,
[idReport] int NULL,
[DataInserimento] datetime NOT NULL
)
GO