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
Create the storage for the repository.
mix ecto.create
mix ecto.create -r Custom.Repo
-r, --repo - the repo to create (defaults to YourApp.Repo)--no-start - do not start applications