2025-06-25 11:25:55 +02:00

8 lines
182 B
Transact-SQL

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