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

Method table_name

sea-orm-migration/src/migrator.rs:577–580  ·  view source on GitHub ↗
(mut self, table_name: DynIden)

Source from the content-addressed store, hash-verified

575 type Statement = SelectStatement;
576
577 fn table_name(mut self, table_name: DynIden) -> SelectStatement {
578 self.from(table_name);
579 self
580 }
581}
582
583impl QueryTable for sea_query::TableCreateStatement {

Callers 4

get_migration_modelsMethod · 0.45
installMethod · 0.45
exec_upFunction · 0.45
exec_downFunction · 0.45

Calls 1

fromMethod · 0.45

Tested by

no test coverage detected