using Microsoft.EntityFrameworkCore.Migrations; using System; #nullable disable namespace VOL.Core.Migrations { public partial class init34 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "ScoreTime", table: "I_SportsTest", type: "datetime", nullable: true, comment: "提交时间", oldClrType: typeof(DateTime), oldType: "datetime", oldComment: "提交时间"); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.AlterColumn( name: "ScoreTime", table: "I_SportsTest", type: "datetime", nullable: false, defaultValue: new DateTime(1, 1, 1, 0, 0, 0, 0, DateTimeKind.Unspecified), comment: "提交时间", oldClrType: typeof(DateTime), oldType: "datetime", oldNullable: true, oldComment: "提交时间"); } } }