Database Table: dw_pp_log
From Dreamwidth Notes
Note: This table is removed and no longer used. This table was removed in dw-free changeset 446f75a17f85 [1]
This is a global table.
Designed for DW Payment system but never used.
Definition
CREATE TABLE dw_pp_log ( paymentid INT UNSIGNED NOT NULL, transdate INT UNSIGNED NOT NULL, pp_log VARCHAR(3000) NOT NULL, INDEX (paymentid) )