Difference between revisions of "Database Table: s2info"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 's2info =Definition= <source lang="sql"> CREATE TABLE s2info ( s2lid INT UNSIGNED NOT NULL, infokey VARCHAR(80) NOT NULL, value VARCHAR(255...')
 
Line 1: Line 1:
[[Category: Database Table|s2info]]
+
= Definition =
=Definition=
+
 
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE s2info
 
CREATE TABLE s2info
Line 11: Line 11:
 
</source>
 
</source>
  
=Relationships=
+
= Relationships =
 +
 
 +
= Location =
  
=Location=
 
 
[[Global database]]
 
[[Global database]]
 +
 +
[[Category: Database Tables|s2info]]

Revision as of 21:16, 2 April 2009

Definition

CREATE TABLE s2info
(
   s2lid INT UNSIGNED NOT NULL,
   infokey   VARCHAR(80) NOT NULL,
   VALUE VARCHAR(255) NOT NULL,
   PRIMARY KEY (s2lid, infokey)
)

Relationships

Location

Global database