Nodes: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "Contains records which define a tree structure containing Assignments, Courses, Questionnaire Types, Questionnaires, and Teams ==Node Variable Documentation=...")
 
No edit summary
 
Line 1: Line 1:
Contains records which define a tree structure containing [[Assignments]], [[Courses]], [[Questionnaire Types]], [[Questionnaires]], and [[Teams]]
Contains records which define a tree structure containing [[Assignments]], [[Courses_table]], [[Questionnaire Types]], [[Questionnaires]], and [[Teams]]


==Node Variable Documentation==
==Node Variable Documentation==

Latest revision as of 19:51, 17 May 2016

Contains records which define a tree structure containing Assignments, Courses_table, 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.