PDC_REPORT_CreazioneDB/sql/tablesProduzione/C6MartPeriodico_controllo_trimestrale_20240508_preZip.sql
2025-06-10 12:17:03 +02:00

11 lines
315 B
Transact-SQL

CREATE TABLE [C6MartPeriodico].[controllo_trimestrale_20240508_preZip] (
[cod_fiscale] varchar(16) NOT NULL,
[rete] char(1) NOT NULL,
[flag_diagnosi] bit NOT NULL,
[id_report_m] int NULL,
[id_report_d] int NULL,
[stato_report] tinyint NULL,
[pacchetto_zip] int NULL,
[data_transizione] datetime NULL
)
GO