INSERT Query for EventScores

SQL Query:

INSERT INTO EventScores (
    eventId, flight, player1_name, player1_hcp, player1_slope,
    player2_name, player2_hcp, player2_slope,
    front9_stableford, back9_stableford, total_stableford,
    club, marked
) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)

Parameters:

bind_param types:

"isssssssiiis"

i = integer, s = string