Derive Macro PostgresMeta

Source
#[derive(PostgresMeta)]
{
    // Attributes available to this derive:
    #[pg_mapper]
    #[field]
    #[id]
}