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

9 lines
227 B
Transact-SQL

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