aaronrenner / phx_gen_auth

An authentication system generator for Phoenix 1.5 applications.
772 stars 55 forks source link

Needs to work properly with custom table names #5

Closed aaronrenner closed 4 years ago

aaronrenner commented 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

Currently it generates: