Database Table: support answers
From Dreamwidth Notes
Revision as of 15:18, 31 March 2009 by Dreamnestia (Talk | contribs)
Definition
CREATE TABLE support_answers ( ansid INT UNSIGNED NOT NULL, spcatid INT UNSIGNED NOT NULL, lastmodtime INT UNSIGNED NOT NULL, lastmoduserid INT UNSIGNED NOT NULL, subject VARCHAR(255), body TEXT, PRIMARY KEY (ansid), KEY (spcatid) )