using Microsoft.EntityFrameworkCore.Migrations; #nullable disable namespace FlexJobApi.Database.Migrations.Migrations { /// public partial class UpdateTaskInfo0808002 : Migration { /// protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "Latitude", table: "TaskInfo", type: "decimal(18,6)", nullable: true, oldClrType: typeof(decimal), oldType: "decimal(18,2)", oldNullable: true); } /// protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "Latitude", table: "TaskInfo", type: "decimal(18,2)", nullable: true, oldClrType: typeof(decimal), oldType: "decimal(18,6)", oldNullable: true); } } }