Difference between revisions of "Database Table: backupdirty"

From Dreamwidth Notes
Jump to: navigation, search
m
(yay template!)
Line 11: Line 11:
 
= Relationships =
 
= Relationships =
  
Foreign key <tt>userid</tt> to <tt>[[Database Table: user|user]].userid</tt>
+
Foreign key <tt>userid</tt> to {{DBField|user|userid}}
  
 
= Location =
 
= Location =

Revision as of 20:33, 26 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 database