System settings: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  (Created page with "{| class="wikitable"  !Field Name !!Type !!Description |-  !id    |int(11)   |The unique record id |-  !site_name    |varchar(255)   | |-  !site_subtitle    |varchar(255)   | |- ...") | No edit summary | ||
| (One intermediate revision by one other user not shown) | |||
| Line 4: | Line 4: | ||
| !id     | !id     | ||
| |int(11)    | |int(11)    | ||
| |The unique record id | |The unique record id, auto-incremented | ||
| |-   | |-   | ||
| !site_name     | !site_name     | ||
| |varchar(255)    | |varchar(255)    | ||
| | | |Site name as hosted | ||
| |-   | |-   | ||
| !site_subtitle     | !site_subtitle     | ||
| |varchar(255)    | |varchar(255)    | ||
| | | |Description of site | ||
| |-   | |-   | ||
| !footer_message     | !footer_message     | ||
| |varchar(255)    | |varchar(255)    | ||
| | | |Footer message for the site | ||
| |-   | |-   | ||
| !public_role_id     | !public_role_id     | ||
| |int(11)    | |int(11)    | ||
| | | |Public role for the ID | ||
| |-   | |-   | ||
| !session_timeout     | !session_timeout     | ||
| |int(11)    | |int(11)    | ||
| | | |Session timeout duration in seconds | ||
| |-   | |-   | ||
| !default_markup_style_id     | !default_markup_style_id     | ||
| |int(11)    | |int(11)    | ||
| | | |ID of markup style | ||
| |-   | |-   | ||
| !site_default_page_id     | !site_default_page_id     | ||
| |int(11)    | |int(11)    | ||
| | | |ID for default page of site | ||
| |-   | |-   | ||
| !not_found_page_id     | !not_found_page_id     | ||
| |int(11)    | |int(11)    | ||
| | | |ID of custom page for page not found | ||
| |-   | |-   | ||
| !permission_denied_page_id     | !permission_denied_page_id     | ||
| |int(11)    | |int(11)    | ||
| | | |ID for custom permissions denied page | ||
| |-   | |-   | ||
| !session_expired_page_id     | !session_expired_page_id     | ||
| |int(11)    | |int(11)    | ||
| | | |ID for custom sessions expired page | ||
| |-   | |-   | ||
| !menu_depth     | !menu_depth     | ||
| |int(11) | |int(11)   | ||
| |Length of menu | |||
| | | |||
| |}   | |}   | ||
| == E/R diagram of tables referencing system_settings table  == | |||
| This table is not referred by any other table in the database | |||
| Back to [http:// | |||
| == E/R diagram of tables system_settings table is referencing to == | |||
| The system_settings 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. | |||
Latest revision as of 23:49, 24 April 2018
| Field Name | Type | Description | 
|---|---|---|
| id | int(11) | The unique record id, auto-incremented | 
| site_name | varchar(255) | Site name as hosted | 
| site_subtitle | varchar(255) | Description of site | 
| footer_message | varchar(255) | Footer message for the site | 
| public_role_id | int(11) | Public role for the ID | 
| session_timeout | int(11) | Session timeout duration in seconds | 
| default_markup_style_id | int(11) | ID of markup style | 
| site_default_page_id | int(11) | ID for default page of site | 
| not_found_page_id | int(11) | ID of custom page for page not found | 
| permission_denied_page_id | int(11) | ID for custom permissions denied page | 
| session_expired_page_id | int(11) | ID for custom sessions expired page | 
| menu_depth | int(11) | Length of menu | 
E/R diagram of tables referencing system_settings table
This table is not referred by any other table in the database
E/R diagram of tables system_settings table is referencing to
The system_settings table is not referenced by any other tables
Back to Database Tables Main page.