Database Table: s2checker

From Dreamwidth Notes
Jump to: navigation, search

This is a global table.

Definition

CREATE TABLE s2checker (
    s2lid INT UNSIGNED NOT NULL,
    PRIMARY KEY (s2lid),
    checker MEDIUMBLOB
)

Relationships