assert-migrator-reversible 6.2.0

For testing if Sea Orm Migrators are reversible
Documentation
1
2
3
4
5
6
7
8
mod get_table_schemas;
pub use self::get_table_schemas::*;

mod get_type_schemas;
pub use self::get_type_schemas::*;

mod new_test_db_connection;
pub use self::new_test_db_connection::*;