Database Table: commenturls
From Dreamwidth Notes
- "{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property.
- "{{{table type}}}" is not in the list of possible values (global, clustered, other) for this property.
CREATE TABLE commenturls ( posterid INT UNSIGNED NOT NULL, journalid INT UNSIGNED NOT NULL, jtalkid mediumint UNSIGNED NOT NULL, timecreate INT UNSIGNED NOT NULL, url VARCHAR(255) NOT NULL, INDEX (timecreate) )