view_table_entities


Columns

Column Type Size Nulls Auto Default Children Parents Comments
entity_parent_id INT 10 0

Primary id for this table. This uniquely identifies the row.

entity_parent_gid VARCHAR 255 null

A unique identifier.

entity_parent_name VARCHAR 255 null

A unique name which defines an entry in the germinatbase table.

entity_parent_type VARCHAR 255 null

The name of the entity type.

entity_child_id INT 10 0

Primary id for this table. This uniquely identifies the row.

entity_child_gid VARCHAR 255 null

A unique identifier.

entity_child_name VARCHAR 255 null

A unique name which defines an entry in the germinatbase table.

entity_child_type VARCHAR 255 null

The name of the entity type.

View Definition


Possibly Referenced Tables/Views