Difference between revisions of "Filemarkup table"
From MythTV Official Wiki
m |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | ''' | + | {{Wrongtitle|filemarkup table}} |
+ | The '''filemarkup table''' contains markup, bookmarks, cutlists for [[MythVideo]] files. It is created only when [[MythVideo]] is installed. | ||
− | + | Table is current as of schema version 1037. | |
+ | |||
+ | == Table Description == | ||
+ | {| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5" | ||
+ | |- style="background: lightsteelblue" | ||
+ | ! Field name !! Type !! Null !! Key !! Default !! Extras | ||
+ | |- | ||
+ | || filename || text || {{NO}} || MUL || || | ||
+ | |- | ||
+ | || mark || mediumint unsigned || {{NO}} || || 0 || | ||
+ | |- | ||
+ | || offset || bigint unsigned || {{YES}} || || NULL || | ||
+ | |- | ||
+ | || type || int(11) || {{NO}} || || 0 || | ||
+ | |} | ||
+ | |||
+ | [[Category:MythVideo DB Table]] |
Latest revision as of 03:44, 26 September 2010
Note: The correct title of this article is filemarkup table. It appears incorrectly here due to technical restrictions.
The filemarkup table contains markup, bookmarks, cutlists for MythVideo files. It is created only when MythVideo is installed.
Table is current as of schema version 1037.
Table Description
Field name | Type | Null | Key | Default | Extras |
---|---|---|---|---|---|
filename | text | No | MUL | ||
mark | mediumint unsigned | No | 0 | ||
offset | bigint unsigned | Yes | NULL | ||
type | int(11) | No | 0 |