Database Table: commenturls
From Dreamwidth Notes
Revision as of 21:51, 11 May 2010 by Exor674Bot (Talk | contribs)
"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property.
This is a global table.This database table is flagged as needing checking for the reason: dropped
Definition
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) )