Difference between revisions of "Keyword table"
From MythTV Official Wiki
Goldfishbot (talk | contribs) (Added to Category:DB Table) |
|||
Line 1: | Line 1: | ||
The '''keyword table''' contains a cache of search phrases that have been used to find shows using [[mythfrontend]]. | The '''keyword table''' contains a cache of search phrases that have been used to find shows using [[mythfrontend]]. | ||
+ | |||
+ | == 0.20-fixes Version == | ||
+ | |||
+ | {| border=1 style="background:#D6DFE7" | ||
+ | !Field !! Type !! Null !! Key !! Default !! Extra | ||
+ | |- | ||
+ | || phrase || varchar(128) || || PRI || || | ||
+ | |- | ||
+ | || searchtype || int(10) unsigned || || PRI || 3 || | ||
+ | |} | ||
+ | |||
[[Category:DB Table]] | [[Category:DB Table]] |
Revision as of 02:17, 23 February 2007
The keyword table contains a cache of search phrases that have been used to find shows using mythfrontend.
0.20-fixes Version
Field | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|
phrase | varchar(128) | PRI | |||
searchtype | int(10) unsigned | PRI | 3 |