Dear Forest Admin,
I created a new project with forest-cli. At that time, my database had three testing columns:
- employees
- post
- users
These are also visible in Forest Admin UI.
Now, I created a new table test and I would like to see that table also in database.
- After I created the new table
test. - I ran
forest schema:update - I see the changes in my source code.
- Now, I tried
forest schema:apply
However, I still do not see that table in Forest Admin UI.
My source code looks like this:

That new table test is not listed in forestadmin-schema.json
Could you please help me, how to proceed?
Context
Please provide any relevant information about your setup.
- forest-cli/2.4.1 darwin-x64 node-v16.6.1
- express: “~4.17.1”
- sequelize: “~5.15.1”
- forest-express-sequelize: “^8.0.0”
Thank you,
Vaclav
Just after run
.