Difference between revisions of "Database Table: recentactions"

From Dreamwidth Notes
Jump to: navigation, search
m (Robot: Converting database table to use semantic mediawiki form.)
Line 1: Line 1:
 +
{{#set:name=recentactions|clustered=true}}
 
= Definition =
 
= Definition =
  
Line 7: Line 8:
 
</source>
 
</source>
  
= Relationships =
+
{{Database Table Footer}}
 
+
= Location =
+
 
+
[[Clustered database]]
+
 
+
[[Category: Database Tables|recentactions]]
+

Revision as of 13:19, 2 October 2009

Definition

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

Relationships