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