Difference between revisions of "Database Table: s2compiled"

From Dreamwidth Notes
Jump to: navigation, search
(Created page with 's2compiled =Definition= <source lang="sql"> CREATE TABLE s2compiled ( s2lid INT UNSIGNED NOT NULL, PRIMARY KEY (s2lid), comptime INT UNSIGNE...')
(No difference)

Revision as of 17:50, 22 March 2009

Definition

CREATE TABLE s2compiled
(
   s2lid INT UNSIGNED NOT NULL,
   PRIMARY KEY (s2lid),
   comptime INT UNSIGNED NOT NULL,
   compdata MEDIUMBLOB
)

Relationships

Location

Global database