Same question as Migrate table id to UUID but for tables that already have data in them
For a very simple MRE, please assume a users table with at least a couple of generic records
User.create(name: "john")
User.create(name: "Mel")
Same question as Migrate table id to UUID but for tables that already have data in them
For a very simple MRE, please assume a users table with at least a couple of generic records
User.create(name: "john")
User.create(name: "Mel")