using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace IRaCIS.Core.Infra.EFCore.Migrations { /// public partial class SegmentName3 : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "DefaultSegmentName", table: "ReadingQuestionCriterionTrial", type: "nvarchar(max)", nullable: false, defaultValue: "{\"SegmentationName\":\"\",\"SegmentNameList\":[]}"); } /// protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "DefaultSegmentName", table: "ReadingQuestionCriterionTrial"); } } }