Difference between revisions of "Database Table: dw pp details"
From Dreamwidth Notes
(Created page with 'dw_pp_details =Definition= <source lang="sql"> CREATE TABLE dw_pp_details ( paymentid int unsigned NOT NULL, email varchar(255), firstna...') |
Dreamnestia (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | = Definition = | |
− | =Definition= | + | |
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE dw_pp_details ( | CREATE TABLE dw_pp_details ( | ||
Line 14: | Line 14: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
+ | |||
+ | = Location = | ||
− | |||
[[Global database]] | [[Global database]] | ||
+ | |||
+ | [[Category: Database Tables|dw_pp_details]] |
Revision as of 15:17, 31 March 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) )