Contradictory database
When I try to update one of the rows on my table, it fails because I "should add a primary key". But when I try to alter the table to make one of my fields a primary key, it says "Multiple primary keys are not allowed".
2 Replies
extended-salmon•6mo ago
I also have the same error
foreign-sapphire•6mo ago
Hi, yeah this is a bug with the console only, your database is fine. For now you can still use SQL directly. Working to get this fixed with the team