Difference between revisions of "Database Schema"

From MythTV Official Wiki
Jump to: navigation, search
m (User Manual 2f Technical Details Appendix 2f Database Schemata moved to Database Schemata)
(redirect to category DB_Table)
 
(28 intermediate revisions by 12 users not shown)
Line 1: Line 1:
= Database Table Layouts =
+
#REDIRECT [[:Category:DB_Table]]
  
This section is for the layouts and internal detail of the tables Myth stores in your database engine; either MySQL or (hopefully sometime soon) [[Post Gre S Q L]].
+
[[Category:Developer Documentation]]
 
+
[[Category:MySQL]]
There will be one page for each table; it will list each field, what it does, it's domain, and what other tables link to it, as well as a paragraph at the top explaining the semantics.  Hopefully, the development team will help out on this one; inferring database semantics is a mug's game, at best.  Thanks to [[Kevin Kuphal]] for doing the original keying of this stuff, so that all I had to do was copy, paste, and annotate.
 
 
 
* [[callsignnetworkmap]]
 
* [[capturecard]]
 
* [[cardinput]]
 
* [[channel]]
 
* [[codecparams]]
 
* [[conflictresolutionany]]
 
* [[conflictresolutionoverride]]
 
* [[conflictresolutionsingle]]
 
* [[credits]]
 
* [[dvb_channel]]
 
* [[dvb_pids]]
 
* [[dvb_sat]]
 
* [[dvb_signal_quality]]
 
* [[favorites]]
 
* [[housekeeping]]
 
* [[jumppoints]]
 
* [[keybindings]]
 
* [[keyword]]
 
* [[mythlog]]
 
* [[networkiconmap]]
 
* [[oldprogram]]
 
* [[oldrecorded]]
 
* [[people]]
 
* [[profilegroups]]
 
* [[program]]
 
* [[programgenres]]
 
* [[programrating]]
 
* [[recgrouppassword]]
 
* [[record]]
 
* [[recorded]]
 
* [[recordedmarkup]]
 
* [[recordingprofiles]]
 
* [[recordoverride]]
 
* [[settings]]
 
* [[transcoding]]
 
* [[videocategory]]
 
* [[videocountry]]
 
* [[videogenre]]
 
* [[videometadata]]
 
* [[videometadatacountry]]
 
* [[videometadatagenre]]
 
* [[videosource]]
 
* [[videotypes]]
 

Latest revision as of 17:18, 25 August 2010

Redirect to: