PDC_REPORT_CreazioneDB/sql/tablesTestbes/C6MartPeriodico_controllo_trimestrale.sql
2025-06-09 19:17:49 +02:00

11 lines
299 B
Transact-SQL

CREATE TABLE [C6MartPeriodico].[controllo_trimestrale] (
[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