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