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

7 lines
206 B
Transact-SQL

CREATE TABLE [C6Mart].[InvioLetteraBenvenuto_excludedlist] (
[Rete] char(1) NULL,
[CodiceFiscale] varchar(16) NOT NULL,
[Desc_Richiesta] varchar(500) NOT NULL,
[Data_aggiornamento] datetime NULL
)
GO