
--Migration_RCCP_20220405_180506.txt
CREATE TABLE [dbo].[SiteConfigurations] (
    [Id] [uniqueidentifier] NOT NULL,
    [ServerGuid] [uniqueidentifier] NOT NULL,
    [BranchId] [bigint] NOT NULL,
    [ConfigKey] [nvarchar](max),
    [LastUpdatedDateTime] [datetime] NOT NULL,
    CONSTRAINT [PK_dbo.SiteConfigurations] PRIMARY KEY ([Id])
)
