using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace YD_WeChatApplet.Api.Migrations { public partial class _20250424v1 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "ParentId", table: "WCA_ResourceType", type: "int", nullable: false, defaultValue: 0, comment: "父Id"); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "ParentId", table: "WCA_ResourceType"); } } }