using Microsoft.EntityFrameworkCore.Migrations; namespace Cicm.Database.Migrations { public partial class MachinePhotoForeignKeys : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn("MachineId", "MachinePhotos", nullable: false, oldClrType: typeof(int), oldNullable: true); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn("MachineId", "MachinePhotos", nullable: true, oldClrType: typeof(int)); } } }