Ecto v2.0.0-rc.4
Mix.Tasks.Ecto.Dump
Dumps the current environment’s database structure into a structure file
Example
mix ecto.dump
Command line options
-r
, --repo
- the repo to load the structure info from
-d
, --dump-path
- the path of the dump file to create
Summary
Callback implementation for c:Mix.Task.run/1
Functions
Callback implementation for c:Mix.Task.run/1
.