pub async fn insert(
    conn: &mut PgConnection,
    pkey_policy: PKeyPolicy<Uuid>,
    role_info: RoleInfo
) -> ModelResult<Uuid>