using Microsoft.EntityFrameworkCore.Migrations; namespace NadekoBot.Migrations { public partial class coc : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "SequenceNumber", table: "ClashCallers", nullable: true); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "SequenceNumber", table: "ClashCallers"); } } }