PDC_REPORT_CreazioneDB/sql/Collaudo/tabelle/dbo_ReportSezionePers_20180904.sql
2025-06-10 15:29:00 +02:00

8 lines
201 B
Transact-SQL

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