Skip to content

Instantly share code, notes, and snippets.

@iamsebastian
Created September 12, 2017 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamsebastian/a07bb7790a9e1f49e179903d37279d07 to your computer and use it in GitHub Desktop.
Save iamsebastian/a07bb7790a9e1f49e179903d37279d07 to your computer and use it in GitHub Desktop.
❯ RUST_BACKTRACE=full cargo run --bin main
Compiling ...
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:10
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:10
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:10
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:10
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:10
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:10
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
error[E0425]: cannot find value `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:10
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
= note: this error originates in a macro outside of the current crate
error[E0425]: cannot find value `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:10
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
= note: this error originates in a macro outside of the current crate
error[E0425]: cannot find value `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:10
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
= note: this error originates in a macro outside of the current crate
error[E0425]: cannot find value `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:10
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
= note: this error originates in a macro outside of the current crate
error[E0425]: cannot find value `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:10
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
= note: this error originates in a macro outside of the current crate
error[E0425]: cannot find value `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
= note: this error originates in a macro outside of the current crate
error[E0425]: cannot find value `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
= note: this error originates in a macro outside of the current crate
error[E0425]: cannot find value `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
= note: this error originates in a macro outside of the current crate
error[E0425]: cannot find value `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
= note: this error originates in a macro outside of the current crate
error[E0425]: cannot find value `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:18:37
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
error[E0425]: cannot find value `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
= note: this error originates in a macro outside of the current crate
error[E0425]: cannot find value `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::id;
|
and 66 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::id;
|
and 66 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::id;
|
and 66 other candidates
error[E0412]: cannot find type `id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::id;
|
and 66 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::id;
|
and 66 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `created_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::created_at;
|
and 80 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `created_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::created_at;
|
and 80 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `created_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::created_at;
|
and 80 other candidates
error[E0412]: cannot find type `created_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::created_at;
|
and 80 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `created_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::created_at;
|
and 80 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `updated_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_gs::calc_fk_gs::columns::updated_at;
|
and 31 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `updated_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_gs::calc_fk_gs::columns::updated_at;
|
and 31 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `updated_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_gs::calc_fk_gs::columns::updated_at;
|
and 31 other candidates
error[E0412]: cannot find type `updated_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_gs::calc_fk_gs::columns::updated_at;
|
and 31 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `updated_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_gs::calc_fk_gs::columns::updated_at;
|
and 31 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `star` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::columns::star;
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::star;
|
and 91 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `star` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::columns::star;
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::star;
|
and 91 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `star` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::columns::star;
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::star;
|
and 91 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `star` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::columns::star;
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::star;
|
and 91 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `star` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::columns::star;
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::star;
|
and 91 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0425]: cannot find value `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::id;
|
and 66 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::id;
|
and 66 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::id;
|
and 66 other candidates
error[E0412]: cannot find type `id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::id;
|
and 66 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::id;
|
and 66 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `blz` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_banks_with_id_as_backup::banks_with_id_as_backup::columns::blz;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::blz;
|
and 61 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `preset_id` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs_with_groups::product_categories_fk_gs_with_groups::columns::preset_id;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_pk_gs::product_categories_pk_gs::columns::preset_id;
|
and 5 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `name` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_fk::container_fk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_container_pk::container_pk::columns::name;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_groups::groups::columns::name;
|
and 17 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `age_from_below` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidate is found in another module, you can import it into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::age_from_below;
|
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `indx` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_fk_fs::potencial_fields_fk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_potencial_fields_pk_fs::potencial_fields_pk_fs::columns::indx;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_product_categories_fk_gs::product_categories_fk_gs::columns::indx;
|
and 3 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `created_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::created_at;
|
and 80 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `created_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::created_at;
|
and 80 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `created_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::created_at;
|
and 80 other candidates
error[E0412]: cannot find type `created_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::created_at;
|
and 80 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `created_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::created_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs_scores::calc_fk_fs_scores::columns::created_at;
|
and 80 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `updated_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_gs::calc_fk_gs::columns::updated_at;
|
and 31 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `updated_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_gs::calc_fk_gs::columns::updated_at;
|
and 31 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `updated_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_gs::calc_fk_gs::columns::updated_at;
|
and 31 other candidates
error[E0412]: cannot find type `updated_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_gs::calc_fk_gs::columns::updated_at;
|
and 31 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `updated_at` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_fs::calc_fk_fs::columns::updated_at;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_calc_fk_gs::calc_fk_gs::columns::updated_at;
|
and 31 other candidates
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `star` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::columns::star;
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::star;
|
and 91 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `star` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::columns::star;
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::star;
|
and 91 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `star` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::columns::star;
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::star;
|
and 91 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `star` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::columns::star;
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::star;
|
and 91 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `star` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:10
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::columns::star;
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::columns::star;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::columns::star;
|
and 91 other candidates
= note: this error originates in a macro outside of the current crate
error[E0412]: cannot find type `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:42
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ did you mean `Table`?
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
error[E0425]: cannot find value `table` in module `age_within_the_range_gs`
--> src/models/age_within_the_range_gs.rs:85:42
|
85 | #[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
| ^^^^^^^^^^^^ not found in `age_within_the_range_gs`
|
help: possible candidates are found in other modules, you can import them into scope
|
18 | #[derive(AsChangeset, use diesel::migrations::schema::__diesel_schema_migrations::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_admin_banken::admin_banken::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_age_within_the_range_gs::age_within_the_range_gs::table;
|
18 | #[derive(AsChangeset, use schema::__diesel_infer_schema::infer_api_example_rooms::api_example_rooms::table;
|
and 90 other candidates
= note: this error originates in a macro outside of the current crate
warning: unused import: `$ crate :: prelude :: ExpressionMethods`
--> src/models/age_within_the_range_gs.rs:18:10
|
18 | #[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
| ^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default
= note: this error originates in a macro outside of the current crate
error: aborting due to 219 previous errors
error: Could not compile `macsi_api`.
To learn more, run the command again with --verbose.
#[derive(AsChangeset, Clone, Debug, Insertable, RustcDecodable, RustcEncodable)]
#[table_name="age_within_the_range_gs"]
pub struct AgeWithinTheRangeGsInsert {
pub blz: i32,
pub preset_id: i32,
pub name: String,
pub age_from_below: i32,
pub indx: i32,
}
#[derive(Associations, Clone, Debug, Eq, Identifiable, Queryable, RustcEncodable, RustcDecodable)]
#[belongs_to(PresetPkGs, foreign_key="preset_id")]
#[has_many(segments_parameters_pk_gs, foreign_key="age_within_the_range_gs_id")]
#[table_name="age_within_the_range_gs"]
pub struct AgeWithinTheRangeGs {
pub id: i32,
blz: i32,
preset_id: i32,
pub name: String,
pub age_from_below: i32,
pub indx: i32,
created_at: NaiveDateTime,
updated_at: Option<NaiveDateTime>,
}
postgres@localhost:x> \d age_within_the_range_gs;
+----------------+-----------------------------+--------------------------------------------------------------+
| Column | Type | Modifiers |
|----------------+-----------------------------+--------------------------------------------------------------|
| id | integer | not null default nextval('segmente_pk_gs_id_seq'::regclass) |
| blz | integer | not null |
| preset_id | integer | not null |
| name | character varying(255) | not null |
| age_from_below | integer | not null |
| indx | integer | not null |
| created_at | timestamp without time zone | not null default now() |
| updated_at | timestamp without time zone | |
+----------------+-----------------------------+--------------------------------------------------------------+
Indexes:
"age_within_the_range_gs_pkey" PRIMARY KEY, btree (id)
"age_within_the_range_gs_preset_id_indx_key" UNIQUE CONSTRAINT, btree (preset_id, indx)
"age_within_the_range_gs_preset_id_name_key" UNIQUE CONSTRAINT, btree (preset_id, name)
Referenced by:
TABLE "segments_parameters_pk_gs" CONSTRAINT "segments_parameters_pk_gs_age_within_the_range_gs_id_fkey" FOREIGN KEY (age_within_the_range_gs_id) REFERENCES age_within_the_range_gs(id) ON DELETE CASCADE
Time: 0.004s
postgres@localhost:x>
@iamsebastian
Copy link
Author

Note, the lines of the error messages are moved: line#18 == line#1 and #line85 == #line11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment