Unable to delete database fields

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.

I have the same problem. Did you manage to get anywhere with this?

Why would you want to change that?

If your case is that you don’t need a Title, then hide the field.

If the case that you need a title, then use it in the code, with the default field key.

(Or hide it again, and make a new field saying “myTitle” “My Title”)
@melaniefclark
-Alvar