Current section

Files

Jump to
ex_money_sql priv SQL postgres create_money_with_currency.sql
Raw

priv/SQL/postgres/create_money_with_currency.sql

CREATE TYPE public.money_with_currency AS (currency_code varchar, amount numeric);