People table
From MythTV
- The correct title of this article is people table. It appears incorrectly here due to technical restrictions.
The people table contains an enumerated list of every individual ever mentioned in the credits from shows listed in the program table. It is used to look up personids from the credits table.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| person | mediumint(8) unsigned | PRI | NULL | auto_increment | |
| name | char(128) | UNI |
[edit]
Fields
- person is a unique identifier for entries in this table.
- name is the person's name.
