Difference between revisions of "Database Table: debug notifymethod"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'debug_notifymethod =Definition= <source lang="sql"> CREATE TABLE debug_notifymethod ( userid int unsigned not null, subid int unsi...')
 
Line 1: Line 1:
[[Category: Database Table|debug_notifymethod]]
+
= 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 =
  
=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
)

Relationships

Location

Global database