»

faq

faq — Holds Frequently Asked Question information for the FAQ section of the support system. Alternate text can be loaded for the questions if available.

faq

Column nameTypeNullDefaultDescription
faqidmediumint unsigned auto_increment The unique id number of the FAQ.
questiontextYESThe question text, in plaintext.
answertextYESThe answer text, in plaintext.
sortorderintYESThe sorting number the questions are ordered by. Used while SELECT'ing them.
faqcatvarchar(20)YESThe name of the main category the FAQ item belongs to. Is the index to faqcat
usesint 0 
lastmodtimedatetimeYESThe date the FAQ item was last modified.
lastmoduseridint unsigned 0The userid of the user who last modified the FAQ item.
Key nameTypeColumn(s)
PRIMARYPRIMARY