Difference between revisions of "Database Table: talktext2"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'talktext2 =Definition= <source lang="sql"> CREATE TABLE talktext2 ( journalid INT UNSIGNED NOT NULL, jtalkid MEDIUMINT UNSIGNED NOT NULL, subje...')
 
Line 1: Line 1:
[[Category: Database Table|talktext2]]
+
= Definition =
=Definition=
+
 
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE talktext2 (
 
CREATE TABLE talktext2 (
Line 11: Line 11:
 
</source>
 
</source>
  
=Relationships=
+
= Relationships =
 +
 
 +
= Location =
  
=Location=
 
 
[[Clustered database]]
 
[[Clustered database]]
 +
 +
[[Category: Database Tables|talktext2]]

Revision as of 14:42, 1 April 2009

Definition

CREATE TABLE talktext2 (
  journalid INT UNSIGNED NOT NULL,
  jtalkid MEDIUMINT UNSIGNED NOT NULL,
  subject VARCHAR(100) DEFAULT NULL,
  body TEXT,
  PRIMARY KEY (journalid, jtalkid)
) max_rows=100000000

Relationships

Location

Clustered database