Category:DB Table
From MythTV Official Wiki
This category contains all database tables currently used to store information in MythTV.
Schema version is stored as DBSchemaVer and is currently at version 1263.
Use the following SQL to list all of the tables in the mythconverg database:
SHOW tables;
To list the structure of an individual table:
DESCRIBE name_of_table;
To generate the SQL necessary to recreate a table:
SHOW CREATE TABLE name_of_table;
Note: The schema is also documented in the doxygen developer documentation, and an auto-updated version.
Subcategories
This category has the following 8 subcategories, out of 8 total.
Pages in category "DB Table"
The following 47 pages are in this category, out of 47 total.