MCPcopy 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

get_indexes_stmtFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected