Nodes
Contains records which define a tree structure containing Assignments, Courses, Questionnaire Types, Questionnaires, and Teams
Node Variable Documentation
Field Name | Type | Description |
---|---|---|
id | int(11) | This object's unique ID value. One per object. |
parent_id | int(11) | The ID of the parent node for this object. A null ID indicates the top level of the tree. |
node_object_id | int(11) | A reference ID to the actual object being modeled by this node. |
type | varchar(255) | Model type, used for single table inheritance. |
Back to Database Tables Main page.