#[derive(EntityType)]
{
// Attributes available to this derive:
#[table]
#[primary_key]
#[auto_increment]
#[sequence]
#[required]
#[max_length]
#[column]
#[foreign_key]
#[navigation]
#[not_mapped]
#[index]
#[unique]
#[through]
#[concurrency_check]
#[on_delete]
#[context]
}