Difference between revisions of "Settings table"

From MythTV Official Wiki
Jump to: navigation, search
(Added to Category:DB Table)
(Added schema)
Line 1: Line 1:
 
The '''settings table''' contains a list of global settings along with specific [[User_Manual:Detailed_configuration_Frontend|frontend]] and [[User_Manual:Detailed_configuration_Backend|backend]] settings.
 
The '''settings table''' contains a list of global settings along with specific [[User_Manual:Detailed_configuration_Frontend|frontend]] and [[User_Manual:Detailed_configuration_Backend|backend]] settings.
 +
 +
== 0.19 Version ==
 +
 +
{| border="1" cellpadding="2" style="background:#D6DFE7"
 +
! Field    !! Type        !! Null !! Key !! Default !! Extra
 +
|-
 +
|| value    || varchar(128) ||      || MUL ||        ||
 +
|-
 +
|| data    || text        || YES  ||    || NULL    ||
 +
|-
 +
|| hostname || varchar(255) || YES  ||    || NULL    ||
 +
|-
 +
|}
 +
 
[[Category:DB Table]]
 
[[Category:DB Table]]

Revision as of 14:27, 6 March 2006

The settings table contains a list of global settings along with specific frontend and backend settings.

0.19 Version

Field Type Null Key Default Extra
value varchar(128) MUL
data text YES NULL
hostname varchar(255) YES NULL