Database Table: backupdirty

From Dreamwidth Notes
Revision as of 04:55, 21 March 2009 by SlowSculpture (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Foreign key userid to user.userid

Location

Global db