Difference between revisions of "Database Table: renames"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) m (Create page for new table renames) |
(No difference)
|
Revision as of 11:45, 7 September 2010
"{{{repo}}}" is not in the list of possible values (dw-free, dw-nonfree) for this property. This is a global table.
Definition
CREATE TABLE renames ( renid INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY, auth CHAR(13) NOT NULL, cartid INT UNSIGNED, ownerid INT UNSIGNED NOT NULL, renuserid INT UNSIGNED NOT NULL, fromuser CHAR(25), touser CHAR(25), rendate INT UNSIGNED, INDEX (ownerid) )