Difference between revisions of "Database Table: logkwsum"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) m (Robot: Changing Category:Database Tables) |
|||
Line 1: | Line 1: | ||
+ | {{#set:name=logkwsum|table type=clustered}} | ||
= Definition = | = Definition = | ||
Line 11: | Line 12: | ||
) | ) | ||
</source> | </source> | ||
− | + | {{Database Table Footer}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 18:32, 5 October 2009
Definition
CREATE TABLE logkwsum ( journalid INT UNSIGNED NOT NULL, kwid INT UNSIGNED NOT NULL, security BIGINT UNSIGNED NOT NULL, entryct INT UNSIGNED NOT NULL DEFAULT 0, PRIMARY KEY (journalid, kwid, security), KEY (journalid, security) )
Relationships
Outgoing
- Foreign key: journalid to user.userid