Difference between revisions of "Filemarkup table"

From MythTV Official Wiki
Jump to: navigation, search
m
m (table style)
Line 7: Line 7:
 
{| cellpadding="4"
 
{| cellpadding="4"
 
|- bgcolor="#9999ff"
 
|- bgcolor="#9999ff"
! '''Field''' !! '''Type'''  !! '''Null''' !! '''Key''' !! '''Default''' !! '''Extra'''
+
! Field     !! Type         !! Null !! Key !! Default !! Extra
 
|- bgcolor="#cccccc"
 
|- bgcolor="#cccccc"
|| filename  || text        ||           ||           ||               ||
+
|| filename  || text        ||     ||     ||         ||
 
|- bgcolor="#cccccc"
 
|- bgcolor="#cccccc"
|| mark      || bigint(20)  ||           ||           ||               ||
+
|| mark      || bigint(20)  ||     ||     ||         ||
 
|- bgcolor="#cccccc"
 
|- bgcolor="#cccccc"
|| offset    || varchar(32)  || YES       ||           || NULL         ||
+
|| offset    || varchar(32)  || YES ||     || NULL   ||
 
|- bgcolor="#cccccc"
 
|- bgcolor="#cccccc"
|| type      || int(11)      ||           ||           ||               ||
+
|| type      || int(11)      ||     ||     ||         ||
 
|}
 
|}
  
 
[[Category:DB Table]]
 
[[Category:DB Table]]

Revision as of 19:23, 3 March 2007

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.

0.20-fixes Version

Field Type Null Key Default Extra
filename text
mark bigint(20)
offset varchar(32) YES NULL
type int(11)