When you start an app in my case users and you migrate you get tables in the database:
users_user_groups
users_user_user_permissions
I use a custom user model called User inside an app called users
How can I specify what those tables must be named, when I do a migrate please?