#[derive(Model)]
{
// Attributes available to this derive:
#[model]
#[key]
#[autoincrement]
#[unique]
#[index]
#[has_many]
#[belongs_to]
#[many_to_many]
}
#[derive(Model)]
{
// Attributes available to this derive:
#[model]
#[key]
#[autoincrement]
#[unique]
#[index]
#[has_many]
#[belongs_to]
#[many_to_many]
}