protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropTable( name: "SpeakerSessions", schema: "dnc"); migrationBuilder.DropTable( name: "Sessions", schema: "dnc"); migrationBuilder.DropTable( name: "Speakers", schema: "dnc"); migrationBuilder.DropTable( name: "TechEvents", schema: "dnc"); migrationBuilder.DropTable( name: "VenueSetup", schema: "dnc"); migrationBuilder.ApplyCustomDown(); }