platform/packages/orm/angel_migration/README.md
thomashii@dukefirehawk.com aff68b2f07 Updated temporal mapping
2022-07-24 13:10:23 +08:00

859 B
Executable file

Angel3 Migration

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

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