Database Table: backupdirty
From Dreamwidth Notes
Revision as of 23:29, 25 March 2009 by Foxfirefey (Talk | contribs)
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