View: core.entity_scrud_view

Schema core
Materialized View Name entity_scrud_view
Owner postgres
Tablespace DEFAULT
Description
 CREATE OR REPLACE VIEW core.entity_scrud_view
 AS
 SELECT entities.entity_id,
    entities.entity_name
   FROM core.entities;