Skip to content

Participant_Element Table

Peter Midford edited this page Aug 11, 2015 · 3 revisions

This table contains rows that identify a participant element. A participant element is a node in the graph that represents a participant. The element has a type, specified by type column and a direct link to the participant. The element also has an associated class or individual (if the element is an intersection or union, multiple classes will be mapped to this element).

The table participant_element currently has 102 rows.

Field Type Null Default Comment
id int NO NULL primary key, auto increments
type int YES NULL foreign key to participant_type
participant int YES NULL foreign key to participant

Clone this wiki locally