Difference between revisions of "Database Table: dw pp log"
From Dreamwidth Notes
Dreamnestia (Talk | contribs) |
|||
Line 17: | Line 17: | ||
[[Global database]] | [[Global database]] | ||
− | [[Category: Database Tables|dw_pp_log]] | + | [[Category: Removed Database Tables|dw_pp_log]] |
Revision as of 18:26, 23 August 2009
Definition
CREATE TABLE dw_pp_log ( paymentid INT UNSIGNED NOT NULL, transdate INT UNSIGNED NOT NULL, pp_log VARCHAR(3000) NOT NULL, INDEX (paymentid) )