Category:DB Table
From MythTV
This category contains all database tables currently used to store information in MythTV.
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.
Pages in category "DB Table"
The following 77 pages are in this category, out of 77 total.
