Difference between revisions of "Database Table: s2styles"

From Dreamwidth Notes
Jump to: navigation, search
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>
  
= Relationships =
+
{{Database Table Footer}}
 
+
= Location =
+
 
+
[[Global database]]
+
 
+
[[Category: Database Tables|s2styles]]
+

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)
)

Relationships