Files
ent/entc/integration/multischema
Giau. Tran Minh ce61476d6d entc/gen/template: remove receiver conflict handling logic (#4356)
* examples: ensure tests is stable

* entc/gen/template: remove receiver conflict handling logic

* examples: codegen

* entc/integration: codegen
2025-03-19 15:35:03 +07:00
..

Multi-schema support for versioned migration

Login first:

atlas login

Generate migrations:

atlas migrate diff --to ent://versioned/schema \
  --dev-url docker://mysql/8 \
  --format '{{ sql . "  " }}'

Apply migrations:

atlas migrate apply \
  --url mysql://root:pass@:3308/ \
  --dir file://versioned/migrate/migrations

Inspect/Visualize the schema:

atlas schema inspect \
  --url ent://versioned/schema \
  --dev-url docker://mysql/8 \
  -w