Database Table: syndicated
From Dreamwidth Notes
Revision as of 18:07, 22 March 2009 by SlowSculpture (Talk | contribs)
Definition
CREATE TABLE syndicated ( userid INT UNSIGNED NOT NULL, synurl VARCHAR(255), checknext DATETIME NOT NULL, lastcheck DATETIME, lastmod INT UNSIGNED, # unix TIME etag VARCHAR(80), PRIMARY KEY (userid), UNIQUE (synurl), INDEX (checknext) )