MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / status

Method status

sea-orm-migration/src/migrator.rs:53–55  ·  view source on GitHub ↗

Get migration status

(&self)

Source from the content-addressed store, hash-verified

51
52 /// Get migration status
53 pub fn status(&self) -> MigrationStatus {
54 self.status
55 }
56}
57
58/// Performing migrations on a database

Callers 3

run_migrate_commandFunction · 0.45
run_generate_commandFunction · 0.45
respond_toMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected