Database Table: dw_pp_log

From Dreamwidth Notes
Revision as of 04:11, 30 January 2010 by Exor674 (Talk | contribs)

Jump to: navigation, search

Note: This table is removed and no longer used.
This is a global table. Designed for DW Payment system but never used. Removed in changeset 446f75a17f85

Definition

CREATE TABLE dw_pp_log (
    paymentid INT UNSIGNED NOT NULL,
    transdate INT UNSIGNED NOT NULL,
    pp_log VARCHAR(3000) NOT NULL,
 
    INDEX (paymentid)
)