Difference between revisions of "Database Table: jablastseen"
From Dreamwidth Notes
(Created page with 'jablastseen =Definition= <source lang="sql"> CREATE TABLE jablastseen ( userid INT UNSIGNED NOT NULL PRIMARY KEY, presence BLOB, time ...') |
Foxfirefey (Talk | contribs) m (reformat, right category) |
||
Line 1: | Line 1: | ||
− | + | = Definition = | |
− | =Definition= | + | |
<source lang="sql"> | <source lang="sql"> | ||
CREATE TABLE jablastseen ( | CREATE TABLE jablastseen ( | ||
Line 10: | Line 10: | ||
</source> | </source> | ||
− | =Relationships= | + | = Relationships = |
+ | |||
+ | = Location = | ||
− | |||
[[Clustered database]] | [[Clustered database]] | ||
+ | |||
+ | [[Category: Database Tables|jablastseen]] |
Revision as of 20:46, 26 March 2009
Definition
CREATE TABLE jablastseen ( userid INT UNSIGNED NOT NULL PRIMARY KEY, presence BLOB, TIME INT UNSIGNED NOT NULL, motd_ver INT UNSIGNED )