-- Verify kakeibo:transaction_type on pg BEGIN; DO $$ BEGIN ASSERT (select 1 from pg_type where typname = 'transaction_type'); END $$; ROLLBACK;