View: core.unit_scrud_view

Schema core
Materialized View Name unit_scrud_view
Owner postgres
Tablespace DEFAULT
Description
 CREATE OR REPLACE VIEW core.unit_scrud_view
 AS
 SELECT units.unit_id,
    units.unit_code,
    units.unit_name
   FROM core.units;