Site controllers: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" !Name !!Datatype !!Description |- !id |int(11) |Primary key of the entry in table, auto increments by default |- !name |varchar(255) |Names of th...") |
No edit summary |
||
Line 1: | Line 1: | ||
The Site Controllers table gives information regarding controllers with each of their permissions associated to it. | |||
== Site Controllers Variable Documentation == | |||
{| class="wikitable" | {| class="wikitable" | ||
!Name !!Datatype !!Description | !Name !!Datatype !!Description | ||
Line 17: | Line 20: | ||
|int(11) | |int(11) | ||
|If the controller was builtin or was added later | |If the controller was builtin or was added later | ||
|} | |} | ||
== E/R diagram for Parents Tables == | |||
No Tables were referred by the Site Controllers Table as Foreign Key Relationship. | |||
== E/R diagram for Child Tables == | |||
No Tables were eferred by the Signed Up Teams Table as Foreign Key Relationship. | |||
Back to [http:// | Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page. |
Revision as of 00:13, 25 April 2018
The Site Controllers table gives information regarding controllers with each of their permissions associated to it.
Site Controllers Variable Documentation
Name | Datatype | Description |
---|---|---|
id | int(11) | Primary key of the entry in table, auto increments by default |
name | varchar(255) | Names of the site_controllers provisioned; site-controllers are tables such as content_pages(typically the functions of a control panel) |
permission_id | int(11) | The permission with which the controller is available to: FK into the PERMISSIONS table |
builtin | int(11) | If the controller was builtin or was added later |
E/R diagram for Parents Tables
No Tables were referred by the Site Controllers Table as Foreign Key Relationship.
E/R diagram for Child Tables
No Tables were eferred by the Signed Up Teams Table as Foreign Key Relationship.
Back to Database Tables Main page.