I have been Designing SQL DB schema, keeping in mind Relationship between each table. So, I ended-up with 30+ Tables (500+ lines) of SQL command to created each-table and indexes. I wonder, if is it possible to write a script which can be executed to created relevant collection if I feed attribute and it's data-type and indexes ?
Summary
The user is asking if it's possible to create collections, attributes, indexes, and config permissions using a script. They mention that the logs don't help much and they encountered errors while trying to trigger a function. They also ask for an example of push notification. Another user suggests using the Appwrite Console or the UX interface to create the collections, but the original user finds it time-consuming. There is a discussion about creating a JSON file manually or using the CLI command. Finally, another user suggests checking the `appwrite databases` CLI command for possible commands, including creating collections, string attributes, and indexes. There is uncertainty about config