PDC_REPORT_CreazioneDB/sql/Collaudo/tabelle/audit_ChangesLines.sql
2025-06-10 15:29:00 +02:00

6 lines
124 B
Transact-SQL

CREATE TABLE [audit].[ChangesLines] (
[HeaderID] bigint NULL,
[LineID] bigint NULL,
[LineText] nvarchar(MAX) NULL
)
GO