Fields missing from forestadmin-schema.json

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

Hey @Michael_Mollard, and welcome to our community

If I understood correctly, you have fields that are present in your sequelize models but not in the .forestadmin-schema.json, is that correct?

Would it be possible for you to share one of the model that is causing you issue to check if I’m able to reproduce?
(Eventually here or as DM if you consider this being a private information)

Thanks in advance

I sent you the information in DM