Pow v0.1.0-alpha mix pow.ecto.install View Source
Generates a user schema module and migrations file.
mix pow.ecto.install -r MyApp.Repo
This generator will add the following files to lib/
:
- a schema in lib/my_app/users/user.ex for
users
table - a migration file in priv/repo/migrations for
users
table