Schema

Derive Macro Schema 

Source
#[derive(Schema)]
{
    // Attributes available to this derive:
    #[TableName]
    #[PrimaryKey]
    #[UniqueIndex]
    #[AutoIncrement]
    #[Generated]
}