❔ EF Postgres migration fail
So, I recently changed my model primary key from int to Guid.
Before:
After:
and after executing
add-migration file-id-change-guid
it created a migraiton file:
But now it's throwing me a 22023: identity column type must be smallint, integer, or bigint
. Any ideas?3 Replies