Difference between revisions of "Database Table: supportpoints"

From Dreamwidth Notes
Jump to: navigation, search
m (Robot: Changing Category:Database Tables)
m
Line 1: Line 1:
 +
{{#set:name=supportpoints|table type=global}}
 
= Definition =
 
= Definition =
  
Line 10: Line 11:
 
)
 
)
 
</source>
 
</source>
 
+
{{Database Table Footer}}
= Relationships=
+
 
+
= Location =
+
 
+
[[Global database]]
+
 
+
[[Category:Database Tables Needing Conversion|supportpoints]]
+

Revision as of 18:45, 5 October 2009

Definition

CREATE TABLE supportpoints (
  spid INT(10) UNSIGNED NOT NULL DEFAULT '0',
  userid INT(10) UNSIGNED NOT NULL DEFAULT '0',
  points tinyint(3) UNSIGNED DEFAULT NULL,
  KEY (spid),
  KEY (userid)
)

Relationships