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

Function name

sea-orm-migration/src/schema.rs:611–613  ·  view source on GitHub ↗

Create an Alias.

(name: T)

Source from the content-addressed store, hash-verified

609
610/// Create an Alias.
611pub fn name<T: Into<String>>(name: T) -> Alias {
612 Alias::new(name)
613}

Callers 1

as_enumMethod · 0.85

Calls 1

newFunction · 0.50

Tested by

no test coverage detected