PDC_REPORT_CreazioneDB/sql/tablesCollaudo/dbo_ReportSezionePers_20171129_PreMR.sql
2025-06-09 19:17:49 +02:00

8 lines
207 B
Transact-SQL

CREATE TABLE [dbo].[ReportSezionePers_20171129_PreMR] (
[DtCreazione] datetime NULL,
[DtCancellazione] datetime NULL,
[IdReport] int NOT NULL,
[IdSezione] int NOT NULL,
[Utente] varchar(13) NULL
)
GO