Database Table: dw pp details

From Dreamwidth Notes
Revision as of 20:13, 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_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