
--Migration_RCCP_20250827_085518.txt
CREATE TABLE [dbo].[AreaDevicePolicyApplicationLinkages] (
    [Id] [bigint] NOT NULL IDENTITY,
    [AreaPolicyApplicationId] [uniqueidentifier] NOT NULL,
    [DevicePolicyApplicationId] [uniqueidentifier] NOT NULL,
    CONSTRAINT [PK_dbo.AreaDevicePolicyApplicationLinkages] PRIMARY KEY ([Id])
)
