Difference between revisions of "Database Table: backupdirty"

From Dreamwidth Notes
Jump to: navigation, search
(yay template!)
m
Line 1: Line 1:
 +
{{#set:name=userproplite|clustered=false}}{{#set_internal:Key relationship
 +
|From table=backupdirty
 +
|To table=user
 +
|From field=userid
 +
|To field=userid
 +
|Type=Foreign key
 +
}}
 
= Definition =
 
= Definition =
  
Line 9: Line 16:
 
</source>
 
</source>
  
= Relationships =
+
{{Database Table Footer}}
 
+
Foreign key <tt>userid</tt> to {{DBField|user|userid}}
+
 
+
= Location =
+
 
+
[[Global database]]
+
 
+
[[Category: Database Tables|backupdirty]]
+

Revision as of 13:34, 2 October 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

Outgoing

  • Foreign key: userid to user.userid