using Microsoft.EntityFrameworkCore.Migrations; namespace tb320eva.Migrations { public partial class AddIdpPlanTimeText : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "period_text", table: "eva_idp_plan", maxLength: 1000, nullable: true); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "period_text", table: "eva_idp_plan"); } } }