Difference between revisions of "Database Table: logsec2"
From Dreamwidth Notes
(Created page with 'logsec2 =Definition= <source lang="sql"> CREATE TABLE logsec2 ( journalid INT UNSIGNED NOT NULL, jitemid MEDIUMINT UNSIGNED NOT NULL, allowmask...') |
m |
||
Line 1: | Line 1: | ||
− | + | ||
− | =Definition= | + | = Definition = |
+ | |||
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE logsec2 ( | CREATE TABLE logsec2 ( | ||
Line 10: | Line 11: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
+ | |||
+ | = Location = | ||
− | |||
[[Clustered database]] | [[Clustered database]] | ||
+ | |||
+ | [[Category: Database Tables|logsec2]] |
Revision as of 20:23, 31 March 2009
Definition
CREATE TABLE logsec2 ( journalid INT UNSIGNED NOT NULL, jitemid MEDIUMINT UNSIGNED NOT NULL, allowmask BIGINT UNSIGNED NOT NULL, PRIMARY KEY (journalid,jitemid) )