Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_query
Function · 0.45
find_linked_recursive
Function · 0.45
module_name
Method · 0.45
Calls
no outgoing calls
Tested by
1
build_with_query
Function · 0.36