I created a database collection called Plans. It auto-created a primary key Field Name “Title” with a Field Key “title”. I am unable to change “title” to anything else. I am unable to remove the field “Title”. So I delete the collection and recreate it. Unfortunately, that simply resurrects the deleted collection with the same unchangeable field naming issue.
What’s going on here? It seems once a database collection is created, no modifications to primary key fields are allowed? Is there a solution, as this is not acceptable.