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

8 lines
210 B
Transact-SQL

CREATE TABLE [C6MartPeriodico].[ExcludedList_Quadratura] (
[Rete] char(1) NOT NULL,
[codicefiscale] varchar(50) NOT NULL,
[DescrErr] varchar(8000) NULL,
[DataIns] datetime NULL,
[Bloccato] bit NULL
)
GO