// @generated automatically by Diesel CLI. diesel::table! { techs (id) { id -> Nullable, tech_short_name -> Nullable, tech_full_name -> Nullable, } }