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

Method name

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

Get migration name from MigrationName trait implementation

(&self)

Source from the content-addressed store, hash-verified

46impl Migration {
47 /// Get migration name from MigrationName trait implementation
48 pub fn name(&self) -> &str {
49 self.migration.name()
50 }
51
52 /// Get migration status
53 pub fn status(&self) -> MigrationStatus {

Callers 15

update_migratorFunction · 0.45
test_update_migratorFunction · 0.45
create_bakery_tableFunction · 0.45
create_baker_tableFunction · 0.45
create_order_tableFunction · 0.45
create_lineitem_tableFunction · 0.45
create_cake_tableFunction · 0.45
create_enumFunction · 0.45
create_self_join_tableFunction · 0.45

Calls

no outgoing calls

Tested by 5

test_update_migratorFunction · 0.36
upMethod · 0.36
downMethod · 0.36
upMethod · 0.36
downMethod · 0.36