Difference between revisions of "Database Table: dw pp details"

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

Revision as of 18:26, 23 August 2009

Definition

CREATE TABLE dw_pp_details (
    paymentid INT UNSIGNED NOT NULL,
 
    email VARCHAR(255),
    firstname VARCHAR(255),
    lastname VARCHAR(255),
    payerid VARCHAR(255),
 
    PRIMARY KEY (paymentid)
)

Relationships

Location

Global database