|
|
|
|
|
by pmontra
1388 days ago
|
|
But you could get duplicate key errors when turning fk on. A customer of mine uses UUIDs as keys. That makes almost impossible to get duplicate keys and removes any problem with moving data from one db to another. Reading UUIDs is a minor pain though. |
|
Why? Fks don’t require unicity. Or do you mean that you target non-unique columns? That sounds… horrendous.
But regardless sounds like something you’d want to resolve before declaring the migration finished.