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

8 lines
211 B
Transact-SQL

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