Database Table: backupdirty

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

Jump to: navigation, search

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