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

10 lines
249 B
Transact-SQL

CREATE TABLE [dbo].[Inreportfisico] (
[rete] char(1) NULL,
[cod_fiscale] varchar(16) NULL,
[tip_contratto] int NULL,
[datainvio] datetime NULL,
[newRol] varchar(512) NULL,
[codicecontratto] varchar(1) NOT NULL,
[idreport] int NOT NULL
)
GO