Database Table: dw pp notify log
From Dreamwidth Notes
Revision as of 18:44, 23 August 2009 by 68.17.171.105 (Talk)
Designed for DW Payment system but never used. Removed in changeset 446f75a17f85
Definition
CREATE TABLE dw_pp_notify_log ( transdate INT UNSIGNED NOT NULL, pp_log VARCHAR(3000) NOT NULL, INDEX (transdate) )