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