Difference between revisions of "Database Table: actionhistory"
From Dreamwidth Notes
Foxfirefey (Talk | contribs) m |
Exor674Bot (Talk | contribs) m (Robot: Changing ...) |
||
Line 1: | Line 1: | ||
+ | {{#set:name=actionhistory|clustered=false}} | ||
= Definition = | = Definition = | ||
Line 12: | Line 13: | ||
</source> | </source> | ||
− | + | {{Database Table Footer}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 13:10, 2 October 2009
Definition
CREATE TABLE actionhistory ( TIME INT UNSIGNED NOT NULL, clusterid TINYINT UNSIGNED NOT NULL, what CHAR(2) NOT NULL, COUNT INT UNSIGNED NOT NULL DEFAULT 0, INDEX(TIME) )
Relationships
Outgoing
- Concept: clusterid to Cluster