Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
add custom field in FAQ module
#8
Have you created the database table?

Code:
CREATE TABLE IF NOT EXISTS vtiger_faqcf (
                        faqid int(19),
                        PRIMARY KEY (faqid),
                        CONSTRAINT fk_1_vtiger_faqcf FOREIGN KEY (faqid) REFERENCES vtiger_faq(id) ON DELETE CASCADE
                        ) ENGINE=InnoDB DEFAULT CHARSET=utf8
Joe
TSolucio
Reply


Messages In This Thread
add custom field in FAQ module - gongsl - 07-10-2014, 08:20 AM
Re: add custom field in FAQ module - joebordes - 07-25-2014, 04:18 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)