Trait sea_orm::entity::prelude::PrimaryKeyTrait[][src]

pub trait PrimaryKeyTrait: IdenStatic + Iterable {
    fn auto_increment() -> bool;
}

Required methods

Implementors