Expand description
This module contains a few useful macros in order to not need the builder.
It provides the following macros:
-
generate!
- Generate adestination_path
file using migrations from the providedmigrations_path
folder. -
generate_using_defaults!
- Generate a./structure.sql
file using migrations from the./migrations
folder.