using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace JobsMedical.Web.Migrations { /// public partial class NeshanMapKey : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "NeshanMapKey", table: "AppSettings", type: "character varying(200)", maxLength: 200, nullable: true); } /// protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "NeshanMapKey", table: "AppSettings"); } } }