using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace EveryThing.Migrations { public partial class _13 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "SellingPrice", table: "ProjectPartItems", type: "float", nullable: false, defaultValue: 0f); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "SellingPrice", table: "ProjectPartItems"); } } }