Difference between revisions of "Database Table: backupdirty"
From Dreamwidth Notes
Foxfirefey (Talk | contribs) (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> | ||
− | + | {{Database Table Footer}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
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