Feature(s) impacted
The features addressed are the models
, the .forestadmin-schema.json
file and the synchronization between our database and forest.
Observed behavior
I currently have in my database a field named token
.
And in the models forest file, I have the token
field as below.
However, in the .forestadmin-schema.json
file I don’t see a token
field. Also on forest admin I don’t see this field either.
Expected behavior
What is expected is that I have the token
field on forest and in the .forestadmin-schema.json
file
Context
- Project name: Nostrum Care Gateway
- Team name: Operation
- Environment name: Local
- “forest-express-sequelize”: “^7.0.0”,
- “sequelize”: “~5.15.1”,