platform/packages/orm/angel_migration
2024-08-04 01:51:03 +02:00
..
example Updated angel_migration 2021-05-18 08:22:46 +08:00
lib add a way to change indexes with migrations without alter table 2024-08-04 01:51:03 +02:00
.gitignore Update authors and licence 2021-05-15 21:37:00 +08:00
analysis_options.yaml Updated linter 2021-12-20 12:25:43 +08:00
AUTHORS.md Update authors and licence 2021-05-15 21:37:00 +08:00
CHANGELOG.md Updated Angel3 migration 2024-07-19 07:43:29 +08:00
LICENSE Updated linter 2021-12-20 12:25:43 +08:00
melos_angel3_migration.iml Added melos 2022-03-19 09:37:28 +08:00
pubspec.yaml Updated Angel3 migration 2024-07-19 07:43:29 +08:00
README.md Fixed MySQL migration 2024-07-20 15:37:25 +08:00

Angel3 Migration

Pub Version (including pre-releases) Null Safety Discord License

This package contains the abstract classes for implementing database migration in Angel3 framework. It is designed to work with Angel3 ORM. Please refer to the implementation in the ORM Migration Runner package for more details.

Supported Features

  • Create tables based on ORM models
  • Drop tables based on ORM models
  • Add new tables based on ORM models

Limitation

  • Alter table/fields based on updated ORM models is not supported