* feat: add method to check for index
* tests(sea-orm-migrations): add index to cake name
* tests(sea-orm-migrations): check if `has_index` works
* Update sea-orm-migration/tests/common/migration/m20220118_000001_create_cake_table.rs
* Update Cargo.toml
---------
Co-authored-by: Chris Tsang <chris.2y3@outlook.com>
* Running atomic migration
* refactor
* clippy
* visibility
* Execute migration in transaction when it's a Postgres connection
* Testing rolling back on migrate up and down
* lifetimes elision
* typo
* abort migration before committing nested transaction
* Delete all PostgreSQL types when calling fresh (#765) (#864)
* Delete all PostgreSQL types when calling fresh (#765)
* Test create db enum migration
Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>
* Refactoring
Co-authored-by: Denis Gavrilyuk <karpa4o4@gmail.com>