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

7 lines
158 B
Transact-SQL

CREATE TABLE [dbo].[appoDaArchiviare] (
[idInMetadati] int NOT NULL,
[idReport] int NULL,
[repository] tinyint NOT NULL,
[flagArchiviato] int NULL
)
GO