
--Migration_RCCP_20240815_174722.txt
CREATE TABLE [dbo].[AllCounterAllocationHistoryStatus] (
    [CounterAllocationHistoryId] [bigint] NOT NULL IDENTITY,
    [IsDeleted] [bit] NOT NULL,
    CONSTRAINT [PK_dbo.AllCounterAllocationHistoryStatus] PRIMARY KEY ([CounterAllocationHistoryId])
)
