PDC_REPORT_CreazioneDB/sql/Testbes/tabelle/dboPeriodico_R6CapitoloR6Paragrafo.sql
2025-06-10 15:29:40 +02:00

9 lines
223 B
Transact-SQL

CREATE TABLE [dboPeriodico].[R6CapitoloR6Paragrafo] (
[id] int NOT NULL,
[idFkCapitolo] int NOT NULL,
[idFkParagrafo] int NOT NULL,
[idFkReport] int NOT NULL,
[ordineParagrafo] int NULL,
[indicizzato] bit NULL
)
GO