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

6 lines
134 B
Transact-SQL

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