Packages

Money functions for operations on and localization of a money data type with support for ISO 4217 currencies and ISO 24165 digial tokens (crypto currencies).

Retired package: Deprecated

Current section

Files

Jump to
ex_money 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 char(3), amount numeric);