Error performing query ' CREATE ALGORITHM=UNDEFINED SQL SECURITY DEFINER VIEW `martin_view_abholtermine` AS select `martin_abholtermine`.`id` AS `id`,`martin_abholtermine`.`erzeuger_id` AS `erzeuger_id`,`martin_abholtermine`.`abholdatum` AS `abholdatum`,`martin_abholtermine`.`abholzeit_von` AS `abholzeit_von`,`martin_abholtermine`.`abholzeit_bis` AS `abholzeit_bis`,(select group_concat(`martin_abholstellen`.`name` separator ', ') from `martin_abholstellen` where ((`martin_abholstellen`.`id` = extractvalue(`martin_abholtermine`.`abholstelle`,'//abholstelle[1]')) or (`martin_abholstellen`.`id` = extractvalue(`martin_abholtermine`.`abholstelle`,'//abholstelle[2]')) or (`martin_abholstellen`.`id` = extractvalue(`martin_abholtermine`.`abholstelle`,'//abholstelle[3]')) or (`martin_abholstellen`.`id` = extractvalue(`martin_abholtermine`.`abholstelle`,'//abholstelle[4]')))) AS `abholstellen`,`martin_abholtermine`.`abholstelle` AS `abholstelle`,`martin_abholtermine`.`modified_at` AS `modified_at`,`martin_abholtermine`.`modified_by` AS `modified_by` from `martin_abholtermine` where 1 ; ': Table 'bayrhof_shopbeta.martin_abholstellen' doesn't exist

Error performing query ' ALTER TABLE `martin_zahlungsmethoden` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61; ': Incorrect table definition; there can be only one auto column and it must be defined as a key

Error performing query ' ALTER TABLE `password_reset` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; ': Incorrect table definition; there can be only one auto column and it must be defined as a key

Error performing query ' ALTER TABLE `martin_products` ADD `mengeneinheit_individuell` VARCHAR(50) NOT NULL AFTER `abweichung_gewicht_einheit`; ': Duplicate column name 'mengeneinheit_individuell'

Error performing query 'ALTER TABLE `martin_products` ADD `mengeneinheit_beschreibung` VARCHAR(100) NULL DEFAULT NULL AFTER `mengeneinheit_individuell`; ': Duplicate column name 'mengeneinheit_beschreibung'

Error performing query ' CREATE TABLE `martin_benutzerprofil_himazirb` ( `id` int(11) NOT NULL, `firstname` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `lastname` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `greeting` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `street` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `postcode` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `locality` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `phone` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `date_of_birth` date DEFAULT NULL, `email` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `country` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `nationality` varchar(200) COLLATE utf8_unicode_ci NOT NULL, `country_others` varchar(250) COLLATE utf8_unicode_ci NOT NULL, `abholstellen_xml` text COLLATE utf8_unicode_ci NOT NULL, `password_hash` varchar(250) COLLATE utf8_unicode_ci DEFAULT NULL, `modified_at` datetime DEFAULT NULL, `modified_by` int(11) DEFAULT NULL, `privacy_declaration` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, `terms_and_conditions` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, `terms_and_conditions_erzeuger` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; ': Table 'martin_benutzerprofil_himazirb' already exists

Tables imported with problems