Database Table: dw pp notify log
From Dreamwidth Notes
Revision as of 20:14, 21 March 2009 by SlowSculpture (Talk | contribs)
Definition
CREATE TABLE dw_pp_notify_log ( transdate INT UNSIGNED NOT NULL, pp_log VARCHAR(3000) NOT NULL, INDEX (transdate) )