Database Table: bannotes
From Dreamwidth Notes
This is a clustered table.
Definition
CREATE TABLE bannotes ( journalid INT UNSIGNED NOT NULL, banid INT UNSIGNED NOT NULL, remoteid INT UNSIGNED, notetext MEDIUMTEXT, PRIMARY KEY (journalid,banid) )