Difference between revisions of "Database Table: backupdirty"
From Dreamwidth Notes
(Created page with 'backupdirty =Definition= <source lang="sql"> CREATE TABLE backupdirty ( userid INT(10) unsigned NOT NULL default '0', marktime INT(10) unsign...') |
Foxfirefey (Talk | contribs) m (reformat, right category) |
||
Line 1: | Line 1: | ||
− | + | = Definition = | |
− | =Definition= | + | |
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE backupdirty ( | CREATE TABLE backupdirty ( | ||
Line 9: | Line 9: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
− | Foreign key userid to [[Database Table: user|user]].userid | + | |
+ | Foreign key <tt>userid</tt> to <tt>[[Database Table: user|user]].userid</tt> | ||
+ | |||
+ | = Location = | ||
− | |||
Global db | Global db | ||
+ | |||
+ | [[Category: Database Table|backupdirty]] |
Revision as of 08:05, 25 March 2009
Definition
CREATE TABLE backupdirty ( userid INT(10) UNSIGNED NOT NULL DEFAULT '0', marktime INT(10) UNSIGNED NOT NULL DEFAULT '0', PRIMARY KEY (userid) )
Relationships
Foreign key userid to user.userid
Location
Global db