PDC_REPORT_CreazioneDB/sql/tablesTestbes/dbo_RepositoryStorico_fc.sql
2025-06-09 19:17:49 +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