docs.rs failed to build sea-orm-cli-2.0.0-rc.28
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
sea-orm-cli-2.0.0-rc.27
SeaORM CLI
Install and Usage:
> cargo
> sea-orm-cli
Or:
> cargo
> sea
Getting Help:
Running Entity Generator:
# MySQL (`--database-schema` option is ignored)
# SQLite (`--database-schema` option is ignored)
# PostgreSQL
Running Migration:
- Initialize migration directory
- Generate a new migration file
- Apply all pending migrations
- Apply first 10 pending migrations
- Rollback last applied migrations
- Rollback last 10 applied migrations
- Drop all tables from the database, then reapply all migrations
- Rollback all applied migrations, then reapply all migrations
- Rollback all applied migrations
- Check the status of all migrations