Pow v0.1.0-alpha.6 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
forusers
table - a migration file in
priv/repo/migrations
forusers
table