As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates dissapears. Feels like this might be affecting the relational columns, as I have one table with 4 rows, but from the table with a many-many relationship with that table I can only connect 2 of the elements, the rest is hidden, might be because of duplicate columns?
Is it related to my other post, which is unanswered, where my previous project just froze the appwrite console each time i click on the database. Started a new project now with hopes of it working, but not understanding the duplicate columns.
Any help greatly appriciated.
TL;DR
Adding the "name" column to a table creates duplicates, affecting relational columns and hiding some elements. Deleting one duplicate removes all. Previous freezing issue remains unresolved. Check for any database schema issues causing column duplication.