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

9 lines
233 B
Transact-SQL

CREATE TABLE [C6Storico].[GESTIONE_ZIP_FTP] (
[id] int NOT NULL,
[nomefile] varchar(255) NOT NULL,
[dataInvio] datetime NULL,
[flagInvio] varchar(1) NOT NULL,
[nomeCartella] varchar(255) NOT NULL,
[ID_ELAB] int NOT NULL
)
GO