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

8 lines
216 B
Transact-SQL

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