Tree folders: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  (Created page with "Tree folders define the top level containers for the tree display.  == Tree Folders variable documentation ==   {| class="wikitable"  !Field Name !!Type !!Description  |-  !id   ...") | No edit summary | ||
| (2 intermediate revisions by the same user not shown) | |||
| Line 18: | Line 18: | ||
| |varchar(255) | |varchar(255) | ||
| |The model type name contained in this folder | |The model type name contained in this folder | ||
| |-  | |||
| !parent_id    | |||
| |int(11)   | |||
| |This object's unique parent ID value. | |||
| |} | |} | ||
| == E/R diagram of tables referencing tree_folders table  == | |||
| This table is not referencing any table in the database | |||
| == E/R diagram of tables tree_folders table is referencing to == | |||
| The tree_folders table is not referenced by any other tables | |||
| Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page. | Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page. | ||
Latest revision as of 01:42, 23 April 2018
Tree folders define the top level containers for the tree display.
Tree Folders variable documentation
| Field Name | Type | Description | 
|---|---|---|
| id | int(11) | This object's unique ID value. One per object. | 
| name | varchar(255) | The name displayed for the tree folder | 
| child_type | varchar(255) | The model type name contained in this folder | 
| parent_id | int(11) | This object's unique parent ID value. | 
E/R diagram of tables referencing tree_folders table
This table is not referencing any table in the database
E/R diagram of tables tree_folders table is referencing to
The tree_folders table is not referenced by any other tables
Back to Database Tables Main page.