using Microsoft.EntityFrameworkCore.Migrations; namespace AsbCloudDb.Migrations { public partial class Remove_CompositeWell_id : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "Id", table: "t_сomposite_well"); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "Id", table: "t_сomposite_well", type: "integer", nullable: false, defaultValue: 0); } } }