This is a template you can use to report issues. You can also drag images, videos and include Preformatted text
Expected behavior
I expect all the fields defined in my schema model (sequelize) to be present in forestadmin-schema.json.
Actual behavior
Some of the fields are missing and I can define them by hand in forest.collection(“Collection”, …) but they become smart fields if I do and are not sortable/filterable by default
One field in question is defined as a simple varchar(255) in the database (and a string in my model).
Any idea how I can debug this ?
Failure Logs
NA
Context
Please provide any relevant information about your setup.
- Package Version: 7.7.0
- Express Version: 4.17.1
- Sequelize Version: 5.22.3
- Database Dialect: postgresql
- Database Version:
- Project Name: Swan Back-Office