-- Deploy kakeibo:transaction_type to pg -- requires: appschema BEGIN; CREATE TYPE kakeibo.transaction_type AS ENUM( 'income', 'outgo' ); COMMIT;