Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ auto_increment
Method
auto_increment
tests/common/features/collection_expanded.rs:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
impl PrimaryKeyTrait for PrimaryKey {
36
type ValueType = i32;
37
fn auto_increment() -> bool {
38
true
39
}
40
}
41
42
#[derive(Copy, Clone, Debug, EnumIter)]
Callers
15
setup_schema
Function · 0.45
create_bakery_table
Function · 0.45
create_worker_table
Function · 0.45
create_bakery_table
Function · 0.45
create_baker_table
Function · 0.45
create_customer_table
Function · 0.45
create_order_table
Function · 0.45
create_lineitem_table
Function · 0.45
create_cake_table
Function · 0.45
create_log_table
Function · 0.45
create_active_enum_table
Function · 0.45
create_active_enum_child_table
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected