
--Migration_RCCP_20250610_085714.txt
CREATE TABLE [dbo].[AnnotationFactoryTemplateDetails] (
    [Id] [bigint] NOT NULL IDENTITY,
    [TemplateName] [nvarchar](max),
    [TemplateId] [bigint] NOT NULL,
    [VariantId] [bigint] NOT NULL,
    [VariantMode] [bigint] NOT NULL,
    [Category] [nvarchar](max),
    CONSTRAINT [PK_dbo.AnnotationFactoryTemplateDetails] PRIMARY KEY ([Id])
)
