Closed aaronrenner closed 4 years ago
Running the following command needs to generate the proper table names:
mix phx.gen.auth Ticketing User user --table ticketing_users
This should generate the following tables
ticketing_users
ticketing_user_tokens
Currently it generates:
user_tokens
Running the following command needs to generate the proper table names:
This should generate the following tables
ticketing_users
ticketing_user_tokens
Currently it generates:
ticketing_users
user_tokens