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

7 lines
186 B
Transact-SQL

CREATE TABLE [dbo].[RepositoryStorico_fc] (
[id] int NOT NULL,
[dataRichiesta] datetime NOT NULL,
[caricamentoInStorico] datetime NULL,
[cancellazioneDaStorico] datetime NULL
)
GO