-- Verify kakeibo:transactions_type_code on pg BEGIN; SELECT id, type_code, date, note, created_at, updated_at FROM kakeibo.transactions WHERE FALSE; ROLLBACK;