Difference between revisions of "Database Table: dw pp notify log"
From Dreamwidth Notes
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | {{Database Table|name=dw_pp_notify_log|table type=global|removed=1}} | + | {{Database Table|name=dw_pp_notify_log|table type=global|repo=dw-free|removed=1|removed in=446f75a17f85}} |
− | [[description::Designed for DW Payment system but never used.] | + | [[description::Designed for DW Payment system but never used.]] |
= Definition = | = Definition = | ||
<source lang="sql"> | <source lang="sql"> |
Latest revision as of 16:25, 22 July 2010
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_notify_log ( transdate INT UNSIGNED NOT NULL, pp_log VARCHAR(3000) NOT NULL, INDEX (transdate) )