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 |
||
Line 53: | Line 53: | ||
Back to [http:// | Back to [http://wiki.expertiza.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page. |
Revision as of 14:50, 17 May 2016
Field Name | Type | Description |
---|---|---|
id | int(11) | The unique record id |
site_name | varchar(255) | |
site_subtitle | varchar(255) | |
footer_message | varchar(255) | |
public_role_id | int(11) | |
session_timeout | int(11) | |
default_markup_style_id | int(11) | |
site_default_page_id | int(11) | |
not_found_page_id | int(11) | |
permission_denied_page_id | int(11) | |
session_expired_page_id | int(11) | |
menu_depth | int(11) |
Back to Database Tables Main page.