Miha Radej wrote:
Hi!
I've been playing a bit with my frinends' tables and I wanted to
remove an existing unique constraint and add a primary key with the
same name.
However, instead of first removing an existing constraint and then
adding a new one, I added the primary key and then deleted th
Hi!
I've been playing a bit with my frinends' tables and I wanted to remove an
existing unique constraint and add a primary key with the same name.
However, instead of first removing an existing constraint and then adding a
new one, I added the primary key and then deleted the unique constraint.