Hello @FarhanShares ,
In your config file, you can change class name for Models, however this parameter is ignored in several places in the code.
For technical reasons, I only use UUIDs for the primary keys of my models, so I need to override the default models.
I could keep auto-incrementing IDs just for the MediaMan models, but for consistency, I prefer to be ISO-compliant everywhere
If needed, I can help you to make this work