Difference between revisions of "Database Table: procnotify"
From Dreamwidth Notes
(Created page with 'procnotify =Definition= <source lang="sql"> CREATE TABLE procnotify ( nid INT UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY (nid), cmd V...') |
Dreamnestia (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | = Definition = | |
− | =Definition= | + | |
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE procnotify | CREATE TABLE procnotify | ||
Line 11: | Line 11: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
+ | |||
+ | = Location = | ||
− | |||
[[Global database]] | [[Global database]] | ||
+ | |||
+ | [[Category: Database Tables|procnotify]] |
Revision as of 21:13, 2 April 2009
Definition
CREATE TABLE procnotify ( nid INT UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY (nid), cmd VARCHAR(50), args VARCHAR(255) )