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