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

9 lines
227 B
Transact-SQL

CREATE TABLE [dbo].[ReportDaCancellareBCK] (
[rete] varchar(1) NULL,
[codfis] varchar(16) NULL,
[codconf] varchar(11) NULL,
[idreport] int NULL,
[dtgenera] datetime NULL,
[dtcanc] datetime NULL DEFAULT (getdate())
)
GO