Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ auto_increment
Method
auto_increment
src/entity/column.rs:763–765 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
761
type ValueType = i32;
762
763
fn auto_increment() -> bool {
764
true
765
}
766
}
767
768
#[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)]
Callers
2
column_def_from_entity_column
Function · 0.45
get_indexes_stmt
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected