6c71ee34a7
add/fix table index setting |
||
---|---|---|
.. | ||
example | ||
lib | ||
.gitignore | ||
analysis_options.yaml | ||
AUTHORS.md | ||
CHANGELOG.md | ||
LICENSE | ||
melos_angel3_migration.iml | ||
pubspec.yaml | ||
README.md |
Angel3 Migration
A basic database migration framework built for Angel3 ORM.
Supported database
- PostgreSQL version 10 or later
- MariaDB 10.2.x or later
- MySQL 8.x or later
Features
- Create tables based on ORM models
- Drop tables based on ORM models
- Add new tables based ORM models
Limitation
- Alter table/fields based on updated ORM models not supported