Difference between revisions of "Database Table: recentactions"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 'recentactions =Definition= <source lang="sql"> CREATE TABLE recentactions ( what CHAR(2) NOT NULL ) TYPE=MYISAM </source> =Relationships= =Loca...')
 
Line 1: Line 1:
[[Category: Database Table|recentactions]]
+
= Definition =
=Definition=
+
 
 
<source lang="sql">
 
<source lang="sql">
 
CREATE TABLE recentactions (
 
CREATE TABLE recentactions (
Line 7: Line 7:
 
</source>
 
</source>
  
=Relationships=
+
= Relationships =
 +
 
 +
= Location =
  
=Location=
 
 
[[Clustered database]]
 
[[Clustered database]]
 +
 +
[[Category: Database Tables|recentactions]]

Revision as of 14:21, 1 April 2009

Definition

CREATE TABLE recentactions (
    what CHAR(2) NOT NULL
) TYPE=MYISAM

Relationships

Location

Clustered database