I am trying to add 2 primary keys to an existing table. However, both columns are not unique on their own, so when I try to add either as a primary key I get a primary key error from SQL.
In SSMS, this could be fixed by adding both primary keys at the same time. Is this possible from the IDE?
Adding multiple primary keys to existing table
-
- Posts: 29
- Joined: September 8th, 2021, 2:59 pm
- Contact:
-
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
- Contact:
Re: Adding multiple primary keys to existing table
Currently would only be possible if the table was empty since we only allow editing of one column at a time. I have created task #10477 to review this.
word count: 29