uuid primary keys in framework tables

Are you planning to convert the framework tables to use UUIDs as primary keys? I just installed the latest version of the framework and it appears the primary keys are, in most cases, still integers.

We are thinking of doing this, because it might be needed for dataMigration, we are not sure when. Is this something you need now?

I want to keep my distribution options open, have been advised to use UUID indices with my application tables and believe I’ll need them in with the framework tables too.

I’m just starting development. If you’re planning to modify those tables soon, I could wait. But I’m guessing you won’t get to for a while, in which case I’ll modify them myself.