Skip to main content

SQLTableMeta

Trait SQLTableMeta 

Source
pub trait SQLTableMeta {
    type ForeignKeys;
    type PrimaryKey;
    type Constraints;
}

Required Associated Types§

Implementors§