From de30607223ad2032109b0f4c90e8f51dfab74f35 Mon Sep 17 00:00:00 2001 From: Alexander Walther Date: Tue, 7 Jan 2025 09:20:16 +0100 Subject: [PATCH] Feld `google_geocode` - auf varchar(191) reduzieren --- lib/yform/value/google_geocode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/yform/value/google_geocode.php b/lib/yform/value/google_geocode.php index ac1ad5c0..01102641 100644 --- a/lib/yform/value/google_geocode.php +++ b/lib/yform/value/google_geocode.php @@ -80,7 +80,7 @@ public function getDefinitions(): array 'infotext_2' => ['type' => 'text', 'label' => 'Text: Lösche Position', 'default' => 'translate:yform_geo_clear_position'], ], 'description' => 'Google Maps Koordinaten', - 'db_type' => ['text'], + 'db_type' => ['varchar(191)'], 'formbuilder' => false, 'multi_edit' => false, ];