BusinessLogic.Migrations.CurrentGamingGroupIdNotNullable.Down C# (CSharp) Method

Down() public method

public Down ( ) : void
return void
        public override void Down()
        {
            AlterColumn("dbo.AspNetUsers", "CurrentGamingGroupId", c => c.Int());
        }
    }
CurrentGamingGroupIdNotNullable