Strapi handles all the table/column creation. You just need to create an empty database.
So the main tips when using Heroku are:
- Use CDN for file uploads
- Use a Dedicated database (don’t use SQLite, the database should be outside of the dyno)
Strapi handles all the table/column creation. You just need to create an empty database.
So the main tips when using Heroku are: