[Vtigercrm-developers] New 6.2 release : CREATE TABLE vtiger_webforms_field

Olivier Hallot olivier.hallot at libreoffice.org
Wed Jan 28 16:17:05 GMT 2015


HI

Thanks for the new 6.2.release. Kudos for the community.

One issue: on a brand new install of 6.2, the webform module still needs
this table:

CREATE TABLE vtiger_webforms_field ( id int(19) NOT NULL AUTO_INCREMENT,
webformid int(19) NOT NULL, fieldname varchar(50) NOT NULL,
neutralizedfield varchar(50) NOT NULL, defaultvalue varchar(200) DEFAULT
NULL, required int(10) NOT NULL DEFAULT '0', sequence int(10) DEFAULT
NULL, hidden int(10) DEFAULT NULL, PRIMARY KEY (id), KEY
webforms_webforms_field_idx (id), KEY fk_1_vtiger_webforms_field
(webformid), KEY fk_2_vtiger_webforms_field (fieldname), CONSTRAINT
fk_1_vtiger_webforms_field FOREIGN KEY (webformid) REFERENCES
vtiger_webforms (id) ON DELETE CASCADE, CONSTRAINT
fk_3_vtiger_webforms_field FOREIGN KEY (fieldname) REFERENCES
vtiger_field (fieldname) ON DELETE CASCADE )


regards
-- 
Olivier Hallot
Comunidade LibreOffice
http://ask.libreoffice.org/pt-br


More information about the vtigercrm-developers mailing list