Difference between revisions of "Database Table: s2styles"
From Dreamwidth Notes
Dreamnestia (Talk | contribs) |
Exor674Bot (Talk | contribs) m (Robot: Converting database table to use semantic mediawiki form.) |
||
Line 1: | Line 1: | ||
+ | {{#set:name=s2styles|clustered=false}} | ||
= Definition = | = Definition = | ||
Line 13: | Line 14: | ||
</source> | </source> | ||
− | + | {{Database Table Footer}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + |
Revision as of 13:20, 2 October 2009
Definition
CREATE TABLE s2styles ( styleid INT UNSIGNED NOT NULL AUTO_INCREMENT, PRIMARY KEY (styleid), userid INT UNSIGNED NOT NULL, name VARCHAR(255), modtime INT UNSIGNED NOT NULL, INDEX (userid) )