An exception occurred while executing '# login-route::read
SELECT customer
.id
as customer.id
, customer
.customer_group_id
as customer.groupId
, customer
.default_payment_method_id
as customer.defaultPaymentMethodId
, customer
.sales_channel_id
as customer.salesChannelId
, customer
.language_id
as customer.languageId
, customer
.last_payment_method_id
as customer.lastPaymentMethodId
, customer
.default_billing_address_id
as customer.defaultBillingAddressId
, customer
.default_shipping_address_id
as customer.defaultShippingAddressId
, customer
.auto_increment
as customer.autoIncrement
, customer
.customer_number
as customer.customerNumber
, customer
.salutation_id
as customer.salutationId
, customer
.first_name
as customer.firstName
, customer
.last_name
as customer.lastName
, customer
.company
as customer.company
, customer
.password
as customer.password
, customer
.email
as customer.email
, customer
.title
as customer.title
, customer
.vat_ids
as customer.vatIds
, customer
.affiliate_code
as customer.affiliateCode
, customer
.campaign_code
as customer.campaignCode
, customer
.active
as customer.active
, customer
.double_opt_in_registration
as customer.doubleOptInRegistration
, customer
.double_opt_in_email_sent_date
as customer.doubleOptInEmailSentDate
, customer
.double_opt_in_confirm_date
as customer.doubleOptInConfirmDate
, customer
.hash
as customer.hash
, customer
.guest
as customer.guest
, customer
.first_login
as customer.firstLogin
, customer
.last_login
as customer.lastLogin
, customer
.newsletter_sales_channel_ids
as customer.newsletterSalesChannelIds
, customer
.newsletter
as customer.newsletter
, customer
.birthday
as customer.birthday
, customer
.last_order_date
as customer.lastOrderDate
, customer
.order_count
as customer.orderCount
, customer
.order_total_amount
as customer.orderTotalAmount
, customer
.custom_fields
as customer.customFields
, customer
.legacy_password
as customer.legacyPassword
, customer
.legacy_encoder
as customer.legacyEncoder
, customer
.remote_address
as customer.remoteAddress
, customer
.tag_ids
as customer.tagIds
, customer
.requested_customer_group_id
as customer.requestedGroupId
, customer
.bound_sales_channel_id
as customer.boundSalesChannelId
, customer
.created_by_id
as customer.createdById
, customer
.updated_by_id
as customer.updatedById
, customer
.created_at
as customer.createdAt
, customer
.updated_at
as customer.updatedAt
FROM customer
WHERE (customer
.email
= ?)’ with params [„name@name.de“]:
SQLSTATE[42S22]: Column not found: 1054 Unknown column ‚customer.newsletter‘ in ‚field list‘