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