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

Method table_name

src/entity/column.rs:719–721  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

717
718 impl EntityName for Entity {
719 fn table_name(&self) -> &str {
720 "hello"
721 }
722 }
723
724 #[derive(Clone, Debug, PartialEq, Eq, DeriveModel, DeriveActiveModel)]

Callers 3

build_with_queryFunction · 0.45
find_linked_recursiveFunction · 0.45
module_nameMethod · 0.45

Calls

no outgoing calls

Tested by 1

build_with_queryFunction · 0.36