PDC_REPORT_CreazioneDB/sql/tablesProduzione/dbo_SRV_LOG_PreCalcoloDatiGenerator.sql
2025-06-10 12:17:03 +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