CREATE TABLE [dbo].[mfr__comments] ( [Id] BIGINT NOT NULL, [Version] INT NOT NULL, [DateOfCreation] DATETIME NOT NULL, [IsInternal] BIT NOT NULL, [ServiceRequestId] BIGINT NOT NULL, [CompanyId] BIGINT NOT NULL, [Content] NVARCHAR (MAX) NULL, CONSTRAINT [PK_mfr__comment] PRIMARY KEY CLUSTERED ([Id] ASC) );