using Microsoft.EntityFrameworkCore.Migrations; namespace ProRestaurant.Migrations { public partial class _005 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "IsComplex", table: "UserAddresses", nullable: false, defaultValue: false); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "IsComplex", table: "UserAddresses"); } } }