Changing UUID of id column from user table to Long

Hi,
Is it possible to migrate existing UserTable to custom Usertable as per existing project functionality.
And also possible to change UserTable ID from UUID to Long

Sure, you can modify User entity as you see fit. It just has to implement the JmixUserDetails interface.