Create

Derive Macro Create 

Source
#[derive(Create)]
{
    // Attributes available to this derive:
    #[sqlxo]
    #[primary_key]
    #[foreign_key]
}