1 Answer
- Newest
- Most votes
- Most comments
0
The reason you're seeing a "column" listed in the console is because there is an item in the database with that attribute. In a NoSQL database you don't create columns as you would in a relational database; instead the structure of each item can be completely different and the console shows columns where attributes exist.
To "delete" the "column", find the item(s) that have the "gender" attribute and delete that attribute from the item.
Relevant content
- asked 8 years ago
- asked 7 months ago
