Generates Ecto migrations for AttrEngine tables.
Usage
mix attr_engine.gen.migrationOptions
--prefix PREFIX Table name prefix (e.g. "cms_" or "ac_")
--repo REPO Target Ecto repo moduleCreates migrations for:
- attributes
- attribute_sets
- attribute_set_attributes (join table)
- attribute_set_data
- block_types
- blocks
- block_trees
- attribute_set_trees (DAG)
- attribute_set_type_associations