Packages
Money functions for the serialization a money data type.
Retired package: Deprecated - deprecated
Current section
Files
Jump to
Current section
Files
priv/SQL/postgres/create_money_with_currency.sql
CREATE TYPE public.money_with_currency AS (currency_code char(3), amount numeric);