10 líneas
204 B
Rust
10 líneas
204 B
Rust
|
// @generated automatically by Diesel CLI.
|
||
|
|
||
|
diesel::table! {
|
||
|
techs (id) {
|
||
|
id -> Nullable<Integer>,
|
||
|
tech_short_name -> Nullable<Text>,
|
||
|
tech_full_name -> Nullable<Text>,
|
||
|
}
|
||
|
}
|