#[derive(Model)]
{
// Attributes available to this derive:
#[table]
#[primary_key]
#[has_many]
#[has_one]
#[belongs_to]
#[soft_deletes]
}
#[derive(Model)]
{
// Attributes available to this derive:
#[table]
#[primary_key]
#[has_many]
#[has_one]
#[belongs_to]
#[soft_deletes]
}