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

8 lines
209 B
Transact-SQL

CREATE TABLE [dbo].[reportDainserire_recupero_MAU] (
[identificativo] int NOT NULL,
[rete] char(1) NOT NULL,
[cliente] varchar(16) NOT NULL,
[tiporeport] varchar(50) NOT NULL,
[data] datetime NULL
)
GO