Difference between revisions of "Database Table: debug notifymethod"
From Dreamwidth Notes
(Created page with 'debug_notifymethod =Definition= <source lang="sql"> CREATE TABLE debug_notifymethod ( userid int unsigned not null, subid int unsi...') |
Dreamnestia (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | = Definition = | |
− | =Definition= | + | |
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE debug_notifymethod ( | CREATE TABLE debug_notifymethod ( | ||
Line 15: | Line 15: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
+ | |||
+ | = Location = | ||
− | |||
[[Global database]] | [[Global database]] | ||
+ | |||
+ | [[Category: Database Tables|debug_notifymethod]] |
Revision as of 11:18, 31 March 2009
Definition
CREATE TABLE debug_notifymethod ( userid INT UNSIGNED NOT NULL, subid INT UNSIGNED, ntfytime INT UNSIGNED, origntypeid INT UNSIGNED, etypeid INT UNSIGNED, ejournalid INT UNSIGNED, earg1 INT, earg2 INT, schjobid VARCHAR(50) NULL )