Entity

Derive Macro Entity 

Source
#[derive(Entity)]
{
    // Attributes available to this derive:
    #[table]
    #[column]
    #[key]
    #[relation]
}