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

7 lines
306 B
Transact-SQL

CREATE TABLE [dbo].[R6_SezioneR6Sezione_20180328_PreMifid] (
[id] int NOT NULL IDENTITY(1,1),
[idFkC6Sezione] int NOT NULL,
[idFkSezione] int NOT NULL
)
ALTER TABLE [dbo].[R6_SezioneR6Sezione_20180328_PreMifid] ADD CONSTRAINT [PK_R6_SezioneR6Sezione_20180328_PreMifid] PRIMARY KEY CLUSTERED ([id])
GO