Difference between revisions of "Database Table: dw pp notify log"

From Dreamwidth Notes
Jump to: navigation, search
Line 16: Line 16:
 
[[Global database]]
 
[[Global database]]
  
[[Category: Database Tables|dw_pp_notify_log]]
+
[[Category: Removed Database Tables|dw_pp_notify_log]]

Revision as of 18:26, 23 August 2009

Definition

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

Relationships

Location

Global database