
--Migration_RCCP_20251114_093917.txt
CREATE TABLE [dbo].[RuleOrchestrationTemplates] (
    [Id] [bigint] NOT NULL IDENTITY,
    [Type] [nvarchar](max),
    [Name] [nvarchar](max),
    [Content] [nvarchar](max),
    CONSTRAINT [PK_dbo.RuleOrchestrationTemplates] PRIMARY KEY ([Id])
)
