View: core.compound_item_scrud_view

Schema core
Materialized View Name compound_item_scrud_view
Owner postgres
Tablespace DEFAULT
Description
 CREATE OR REPLACE VIEW core.compound_item_scrud_view
 AS
 SELECT compound_items.compound_item_id,
    compound_items.compound_item_code,
    compound_items.compound_item_name
   FROM core.compound_items;