| Topic: Vicidial custom filed error UNSIGNED PRIMARY KEY NOT NULL
While creating custom fields in vicidial you might get the below error
Could not execute: |CREATE TABLE custom_ (lead_id INT(9) UNSIGNED PRIMARY KEY NOT NULL, name VARCHAR(5) );|
| Root Cause:
- Custom filed form uses the below credentials to create custom fields
- necessary permission are not provided for the mysql user custom
- or user custom with password custom1234 is not created
custom / custom1234
| Workaround
- create user custom run below command in mysql
- Provide necessary permission to user custom, run below command in mysql
- Now add the custom fields
| Other Useful Topics