Database Table: backupdirty

From Dreamwidth Notes
Revision as of 11:41, 7 September 2010 by Exor674 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a global table.

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