Difference between revisions of "Filemarkup table"

From MythTV Official Wiki
Jump to: navigation, search
m (table style)
m
 
Line 1: Line 1:
 
{{Wrongtitle|filemarkup table}}
 
{{Wrongtitle|filemarkup table}}
'''Note:''' This table is due to change in SVN.
+
The '''filemarkup table''' contains markup, bookmarks, cutlists for [[MythVideo]] files. It is created only when [[MythVideo]] is installed.
  
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 ==
 
== Table Description ==
 
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
 
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5"
 
|- style="background: lightsteelblue"
 
|- style="background: lightsteelblue"
!  Field name !! Type         !! Null !! Key !! Default !! Extras
+
!  Field name !! Type               !! Null !! Key !! Default !! Extras
 
|-
 
|-
|| filename  || text         ||     ||     ||         ||
+
|| filename  || text               || {{NO}}  || MUL ||       ||
 
|-  
 
|-  
|| mark      || bigint(20)  ||     ||    ||         ||
+
|| mark      || mediumint unsigned || {{NO}}  ||    || 0    ||
 
|-
 
|-
|| offset    || varchar(32)  || YES ||    || NULL   ||
+
|| offset    || bigint unsigned    || {{YES}} ||    || NULL ||
 
|-
 
|-
|| type      || int(11)     ||     ||    ||         ||
+
|| type      || int(11)           || {{NO}}  ||    || 0    ||
 
|}
 
|}
  
{{stub}}
+
[[Category:MythVideo DB Table]]
 
 
[[Category:DB Table]]
 

Latest revision as of 03:44, 26 September 2010

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