Difference between revisions of "Database Table: logsec2"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) m (Robot: Changing Category:Database Tables) |
m |
||
Line 1: | Line 1: | ||
+ | {{#set:name=logsec2|table type=clustered}} | ||
= Definition = | = Definition = | ||
Line 9: | Line 10: | ||
) | ) | ||
</source> | </source> | ||
− | + | {{Database Table Footer}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 18:25, 5 October 2009
Definition
CREATE TABLE logsec2 ( journalid INT UNSIGNED NOT NULL, jitemid MEDIUMINT UNSIGNED NOT NULL, allowmask BIGINT UNSIGNED NOT NULL, PRIMARY KEY (journalid,jitemid) )