
--Migration_RCCP_20241105_002540.txt
CREATE TABLE [dbo].[FFVideoFrames] (
    [Id] [bigint] NOT NULL IDENTITY,
    [FrameNumber] [bigint] NOT NULL,
    [VideoId] [bigint] NOT NULL,
    [RemarkId] [uniqueidentifier] NOT NULL,
    CONSTRAINT [PK_dbo.FFVideoFrames] PRIMARY KEY ([Id])
)
