Update primary key from integer to text
Hi everyone,
Im currently working on authorization schemas for my project. I have migrated and pushed a schema where all models have id (pk) as integers (see image of schema).
I now want to change all these from integer to text. When I try to run I get the following ALTER:
and when I try to accept these changes I get the following error:
How do I fix this?
0 Replies