Mix.Tasks.Ecto.Create
Create the storage for the repository.
Examples
mix ecto.create
mix ecto.create -r Custom.Repo
Command line options
-r
,--repo
- the repo to create (defaults toYourApp.Repo
)--no-start
- do not start applications--quiet
- do no log output