1 2 3 4 5 6 7
-- Verify jmp:invites on pg BEGIN; SELECT creator_id, used_by_id, created_at, used_at, code FROM invites; ROLLBACK;