Difference between revisions of "Database Table: dw pp notify log"
From Dreamwidth Notes
(Created page with 'dw_pp_notify_log =Definition= <source lang="sql"> CREATE TABLE dw_pp_notify_log ( transdate int unsigned NOT NULL, pp_log varchar(3000) NOT N...') |
Dreamnestia (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | = Definition = | |
− | =Definition= | + | |
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE dw_pp_notify_log ( | CREATE TABLE dw_pp_notify_log ( | ||
Line 10: | Line 10: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
+ | |||
+ | = Location = | ||
− | |||
[[Global database]] | [[Global database]] | ||
+ | |||
+ | [[Category: Database Tables|dw_pp_notify_log]] |
Revision as of 15:40, 31 March 2009
Definition
CREATE TABLE dw_pp_notify_log ( transdate INT UNSIGNED NOT NULL, pp_log VARCHAR(3000) NOT NULL, INDEX (transdate) )