Difference between revisions of "Oldfind table"
From MythTV Official Wiki
m |
m (FK) |
||
Line 6: | Line 6: | ||
! Field name !! Type !! Null !! Key !! Default !! Extras | ! Field name !! Type !! Null !! Key !! Default !! Extras | ||
|- | |- | ||
− | || recordid || int(11) || || PRI || 0 || | + | || recordid || int(11) || || PRI || 0 || REFERENCES [[record table|record]](recordid) |
|- | |- | ||
|| findid || int(11) || || PRI || 0 || | || findid || int(11) || || PRI || 0 || |
Latest revision as of 15:53, 22 February 2014
Note: The correct title of this article is oldfind table. It appears incorrectly here due to technical restrictions.
The oldfind table is used by the scheduler and is cleaned up by mythfilldatabase.
Table Description
Field name | Type | Null | Key | Default | Extras |
---|---|---|---|---|---|
recordid | int(11) | PRI | 0 | REFERENCES record(recordid) | |
findid | int(11) | PRI | 0 |
Fields
- recordid relates to the recordid field of the record table.