mix maestro.create.event_store_migration (Maestro v0.5.0)
View SourceUsing the work already done in Mix.Ecto, generate a migration that creates
the event_log and snapshot tables with HLC constraints.
Example
mix maestro.create.event_store_migration --repo MyApp.Repo
mix maestro.create.event_store_migration -n diff_name_for_migration