Constant pikadick::database::tic_tac_toe::CREATE_TIC_TAC_TOE_GAME_SQL
source · const CREATE_TIC_TAC_TOE_GAME_SQL: &str = "INSERT INTO tic_tac_toe_games (\n board, \n x_player, \n o_player,\n guild_id\n) VALUES (\n ?, \n ?, \n ?, \n ?\n);";