Difference between revisions of "Database Table: support youreplied"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'support_youreplied =Definition= <source lang="sql"> CREATE TABLE support_youreplied ( userid INT UNSIGNED NOT NULL, spid INT UNSIGNED NOT...')
 
Line 1: Line 1:
[[Category: Database Table|support_youreplied]]
+
= Definition =
=Definition=
+
 
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE support_youreplied (
 
CREATE TABLE support_youreplied (
Line 9: Line 9:
 
</source>
 
</source>
  
=Relationships=
+
= Relationships =
 +
 
 +
= Location =
  
=Location=
 
 
[[Global database]]
 
[[Global database]]
 +
 +
[[Category: Database Tables|support_youreplied]]

Revision as of 10:21, 4 April 2009

Definition

CREATE TABLE support_youreplied (
    userid  INT UNSIGNED NOT NULL,
    spid    INT UNSIGNED NOT NULL,
    PRIMARY KEY (userid, spid)
)

Relationships

Location

Global database