-- -- name: CreateFlag :one -- INSERT INTO flags ( -- bet_id, -- odds_market_id, -- reason -- ) VALUES ( -- $1, $2, $3 -- ) RETURNING *;