CREATE TABLE [dbo].[mfr__d_comments] ( [Id] BIGINT NULL, [Version] INT NULL, [DateOfCreation] DATETIME NULL, [IsInternal] BIT NULL, [ServiceRequestId] BIGINT NULL, [CompanyId] BIGINT NULL, [Content] NVARCHAR (MAX) NULL, [DateDeleted] DATETIME NULL );