People table

From MythTV Official Wiki
Jump to: navigation, search

Important.png Note: 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.

Table Description

Field name Type Null Key Default Extras
person mediumint(8) unsigned PRI NULL auto_increment
name char(128) UNI

Fields

  • person is a unique identifier for entries in this table.
  • name is the person's name.