Database Table: dw pp notify log

From Dreamwidth Notes
Revision as of 20:14, 21 March 2009 by SlowSculpture (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

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

Relationships

Location

Global database