View: core.currency_selector_view

Schema core
Materialized View Name currency_selector_view
Owner postgres
Tablespace DEFAULT
Description
 CREATE OR REPLACE VIEW core.currency_selector_view
 AS
 SELECT currencies.currency_code,
    currencies.currency_symbol,
    currencies.currency_name,
    currencies.hundredth_name,
    currencies.audit_user_id,
    currencies.audit_ts
   FROM core.currencies;