How does PEX handle UUID
jfernandz opened this issue ยท 1 comments
I would like automate the registration process to add my wordpress database users automatically to PEX mysql database, Should I generate all certain rows in three tables? Or just would be necessary add in a specific row and PEX will automatize the user group inclusion and will generate the rest of rows in other two tables?
I case of I need generate all rows ... To get UUID should I extract it from usercache.json using .js script?
Thank you so much.