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