MCPcopy 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

35impl 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_schemaFunction · 0.45
create_bakery_tableFunction · 0.45
create_worker_tableFunction · 0.45
create_bakery_tableFunction · 0.45
create_baker_tableFunction · 0.45
create_customer_tableFunction · 0.45
create_order_tableFunction · 0.45
create_lineitem_tableFunction · 0.45
create_cake_tableFunction · 0.45
create_log_tableFunction · 0.45
create_active_enum_tableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected