The article that shows how to store objects in Backendless also demonstrated dynamic data table creation. That approach is called “code first” – where the code dictates the database schema.
However, a more traditional approach where you create the tables first and then write code that works with them is also supported by our platform. Creating data tables in Backendless is trivially simple. Simply follow the instructions below:
Enjoy!