
--Migration_RCCP_20260225_085519.txt
CREATE TABLE [dbo].[StaffProfileTypicalBehaviorLinks] (
    [Id] [uniqueidentifier] NOT NULL,
    [BranchId] [bigint] NOT NULL,
    [TypicalBehavior] [bigint] NOT NULL,
    CONSTRAINT [PK_dbo.StaffProfileTypicalBehaviorLinks] PRIMARY KEY ([Id])
)
