Hi guys,
My app create some custom fields and add to Employee.
When I try to add a new Employee, it returns error
OperationalError: (1054, "Unknown column 'column_name' in 'field list'")
I check and the Custom Field is there. Fixtures were installed successfully.