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

7 lines
184 B
Transact-SQL

CREATE TABLE [dbo].[SRV_LOG_PreCalcoloDatiGenerator] (
[generator] varchar(60) NULL,
[durata] float NULL,
[numeroClientiElaborati] int NULL,
[dataInserimento] datetime NULL
)
GO