System settings: Difference between revisions

From Expertiza_Wiki
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
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="background-color: #ffcccc; border: 1px solid #cc0000; padding: 10px; margin-bottom: 20px; text-align: center;">
'''⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.'''
</div>
{| class="wikitable"  
{| class="wikitable"  
!Field Name !!Type !!Description
!Field Name !!Type !!Description
Line 4: Line 7:
!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://wikis.lib.ncsu.edu/index.php/Documentation_on_Database_Tables Database Tables] Main page.
 
== 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 05:20, 9 December 2025

⚠ DEPRECATED: This table has been removed from the database in the latest release. This documentation is retained for historical reference only.

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.