From 95d26d5c6e451b2507711a87a60965e55eccc646 Mon Sep 17 00:00:00 2001 From: OpenXE <> Date: Thu, 30 Mar 2023 11:24:14 +0200 Subject: [PATCH] database upgrade to utf8mb4 --- upgrade/data/db_schema.json | 29696 +++++++++++++++++++--------------- upgrade/data/upgrade.php | 4 + 2 files changed, 16619 insertions(+), 13081 deletions(-) diff --git a/upgrade/data/db_schema.json b/upgrade/data/db_schema.json index 08f20d8d..15ce8345 100644 --- a/upgrade/data/db_schema.json +++ b/upgrade/data/db_schema.json @@ -5,6 +5,7 @@ "tables": [ { "name": "abrechnungsartikel", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -13,7 +14,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -24,7 +25,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35,29 +36,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68,7 +69,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79,29 +80,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "steuerklasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "rabatt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112,7 +113,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -123,7 +124,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -134,7 +135,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -145,7 +146,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -156,7 +157,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -167,7 +168,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -178,7 +179,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -189,7 +190,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -200,7 +201,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -211,7 +212,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -219,10 +220,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -230,10 +231,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -252,10 +253,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -263,10 +264,10 @@ { "Field": "dokument", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -274,10 +275,10 @@ { "Field": "preisart", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -288,7 +289,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -310,7 +311,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -329,10 +330,10 @@ { "Field": "waehrung", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -363,12 +364,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse", "artikel" @@ -378,6 +383,7 @@ }, { "name": "abrechnungsartikel_gruppe", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -386,18 +392,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beschreibung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -405,10 +411,10 @@ { "Field": "beschreibung2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -426,11 +432,11 @@ }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -441,7 +447,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -516,6 +522,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -524,6 +532,7 @@ }, { "name": "abschlagsrechnung_rechnung", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -532,7 +541,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -561,11 +570,11 @@ }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -574,18 +583,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "rechnung", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "rechnung" ] }, { "Key_name": "auftrag", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "auftrag" ] @@ -594,6 +609,7 @@ }, { "name": "accordion", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -602,29 +618,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "target", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -635,7 +651,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -644,6 +660,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -652,6 +670,7 @@ }, { "name": "adapterbox", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -660,7 +679,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -668,10 +687,10 @@ { "Field": "bezeichnung", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -679,10 +698,10 @@ { "Field": "verwendenals", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -690,10 +709,10 @@ { "Field": "baudrate", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -701,10 +720,10 @@ { "Field": "model", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -712,10 +731,10 @@ { "Field": "seriennummer", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -723,10 +742,10 @@ { "Field": "ipadresse", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -734,10 +753,10 @@ { "Field": "netmask", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -745,10 +764,10 @@ { "Field": "gateway", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -756,10 +775,10 @@ { "Field": "dns", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -789,10 +808,10 @@ { "Field": "ssid", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -800,10 +819,10 @@ { "Field": "passphrase", "Type": "varchar(256)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -814,18 +833,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "tmpip", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -834,6 +853,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -842,6 +863,7 @@ }, { "name": "adapterbox_log", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -850,7 +872,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -858,10 +880,10 @@ { "Field": "ip", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -869,10 +891,10 @@ { "Field": "meldung", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -880,10 +902,10 @@ { "Field": "seriennummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -891,10 +913,10 @@ { "Field": "device", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -905,7 +927,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -914,6 +936,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -922,6 +946,7 @@ }, { "name": "adapterbox_request_log", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -930,51 +955,51 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "auth", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "validpass", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "device", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "digets", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -982,10 +1007,10 @@ { "Field": "ip", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1016,6 +1041,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -1024,6 +1051,7 @@ }, { "name": "adresse", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -1032,18 +1060,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1051,10 +1079,10 @@ { "Field": "marketingsperre", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1065,7 +1093,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1076,7 +1104,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1084,54 +1112,54 @@ { "Field": "sprache", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1139,21 +1167,21 @@ { "Field": "land", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1161,10 +1189,10 @@ { "Field": "ort", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1172,10 +1200,10 @@ { "Field": "plz", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1183,10 +1211,10 @@ { "Field": "telefon", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1194,10 +1222,10 @@ { "Field": "telefax", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1205,21 +1233,21 @@ { "Field": "mobil", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1227,10 +1255,10 @@ { "Field": "ustid", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1241,7 +1269,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1252,7 +1280,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1260,21 +1288,21 @@ { "Field": "sonstiges", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1285,18 +1313,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "steuer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1314,33 +1342,33 @@ }, { "Field": "kundennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferantennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "mitarbeiternummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1348,10 +1376,10 @@ { "Field": "konto", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1359,32 +1387,32 @@ { "Field": "blz", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bank", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "inhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1392,10 +1420,10 @@ { "Field": "swift", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1403,54 +1431,54 @@ { "Field": "iban", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "paypal", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "paypalinhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "paypalwaehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1461,7 +1489,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1472,7 +1500,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1480,10 +1508,10 @@ { "Field": "zahlungsweise", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1491,10 +1519,10 @@ { "Field": "zahlungszieltage", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1502,10 +1530,10 @@ { "Field": "zahlungszieltageskonto", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1513,10 +1541,10 @@ { "Field": "zahlungszielskonto", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1524,10 +1552,10 @@ { "Field": "versandart", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1535,10 +1563,10 @@ { "Field": "kundennummerlieferant", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1546,10 +1574,10 @@ { "Field": "zahlungsweiselieferant", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1557,10 +1585,10 @@ { "Field": "zahlungszieltagelieferant", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1568,10 +1596,10 @@ { "Field": "zahlungszieltageskontolieferant", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1579,10 +1607,10 @@ { "Field": "zahlungszielskontolieferant", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1590,10 +1618,10 @@ { "Field": "versandartlieferant", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1604,7 +1632,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1615,7 +1643,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1623,32 +1651,32 @@ { "Field": "webid", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vorname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kennung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1656,10 +1684,10 @@ { "Field": "sachkonto", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1667,10 +1695,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1678,10 +1706,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1689,10 +1717,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1700,10 +1728,10 @@ { "Field": "filiale", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1714,7 +1742,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1725,18 +1753,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verbandsnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1744,10 +1772,10 @@ { "Field": "abweichendeemailab", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1758,7 +1786,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1777,21 +1805,21 @@ { "Field": "infoauftragserfassung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "mandatsreferenz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1802,7 +1830,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1820,11 +1848,11 @@ }, { "Field": "glaeubigeridentnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1857,7 +1885,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1868,7 +1896,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1879,7 +1907,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1890,7 +1918,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1901,7 +1929,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1912,7 +1940,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1964,10 +1992,10 @@ { "Field": "rechnung_vorname", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1975,10 +2003,10 @@ { "Field": "rechnung_name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1986,10 +2014,10 @@ { "Field": "rechnung_titel", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -1997,10 +2025,10 @@ { "Field": "rechnung_typ", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2008,10 +2036,10 @@ { "Field": "rechnung_strasse", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2019,10 +2047,10 @@ { "Field": "rechnung_ort", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2030,10 +2058,10 @@ { "Field": "rechnung_plz", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2041,10 +2069,10 @@ { "Field": "rechnung_ansprechpartner", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2052,10 +2080,10 @@ { "Field": "rechnung_land", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2063,10 +2091,10 @@ { "Field": "rechnung_abteilung", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2074,10 +2102,10 @@ { "Field": "rechnung_unterabteilung", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2085,10 +2113,10 @@ { "Field": "rechnung_adresszusatz", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2096,10 +2124,10 @@ { "Field": "rechnung_telefon", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2107,10 +2135,10 @@ { "Field": "rechnung_telefax", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2118,10 +2146,10 @@ { "Field": "rechnung_anschreiben", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2129,10 +2157,10 @@ { "Field": "rechnung_email", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2143,7 +2171,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2154,7 +2182,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2165,7 +2193,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2173,32 +2201,32 @@ { "Field": "liefersperregrund", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "mlmpositionierung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "steuernummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2209,7 +2237,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2220,7 +2248,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2228,10 +2256,10 @@ { "Field": "mlmabrechnung", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2239,10 +2267,10 @@ { "Field": "mlmwaehrungauszahlung", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2264,7 +2292,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2275,7 +2303,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2283,10 +2311,10 @@ { "Field": "logfile", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2297,7 +2325,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2319,7 +2347,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2341,7 +2369,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2352,7 +2380,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2360,10 +2388,10 @@ { "Field": "rabattinformation", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2374,7 +2402,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2385,7 +2413,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2396,7 +2424,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2407,7 +2435,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2418,7 +2446,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2426,10 +2454,10 @@ { "Field": "internetseite", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2440,7 +2468,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2451,7 +2479,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2462,7 +2490,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2473,7 +2501,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2484,7 +2512,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2495,7 +2523,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2506,7 +2534,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2517,7 +2545,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2528,7 +2556,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2539,7 +2567,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2550,7 +2578,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2561,7 +2589,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2572,7 +2600,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2583,7 +2611,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2594,7 +2622,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2605,7 +2633,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2616,7 +2644,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2627,7 +2655,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2638,7 +2666,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2649,7 +2677,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2660,7 +2688,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2671,7 +2699,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2682,7 +2710,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2690,10 +2718,10 @@ { "Field": "titel", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2701,10 +2729,10 @@ { "Field": "anschreiben", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2712,10 +2740,10 @@ { "Field": "nachname", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2745,10 +2773,10 @@ { "Field": "lieferantennummerbeikunde", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2759,7 +2787,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2770,7 +2798,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2781,7 +2809,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2800,10 +2828,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2811,10 +2839,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2822,10 +2850,10 @@ { "Field": "freifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2833,10 +2861,10 @@ { "Field": "freifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2844,10 +2872,10 @@ { "Field": "freifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2855,10 +2883,10 @@ { "Field": "freifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2866,10 +2894,10 @@ { "Field": "freifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2888,10 +2916,10 @@ { "Field": "angebot_cc", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2899,10 +2927,10 @@ { "Field": "auftrag_cc", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2910,10 +2938,10 @@ { "Field": "rechnung_cc", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2921,10 +2949,10 @@ { "Field": "gutschrift_cc", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2932,10 +2960,10 @@ { "Field": "lieferschein_cc", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2943,10 +2971,10 @@ { "Field": "bestellung_cc", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2954,10 +2982,10 @@ { "Field": "angebot_fax_cc", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2965,10 +2993,10 @@ { "Field": "auftrag_fax_cc", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2976,10 +3004,10 @@ { "Field": "rechnung_fax_cc", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2987,10 +3015,10 @@ { "Field": "gutschrift_fax_cc", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -2998,10 +3026,10 @@ { "Field": "lieferschein_fax_cc", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3009,10 +3037,10 @@ { "Field": "bestellung_fax_cc", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3031,10 +3059,10 @@ { "Field": "abpermail", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3053,10 +3081,10 @@ { "Field": "kassierernummer", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3097,10 +3125,10 @@ { "Field": "mandatsreferenzart", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3108,10 +3136,10 @@ { "Field": "mandatsreferenzwdhart", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3130,10 +3158,10 @@ { "Field": "kundennummer_buchhaltung", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3141,10 +3169,10 @@ { "Field": "lieferantennummer_buchhaltung", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3163,10 +3191,10 @@ { "Field": "zahlungsweiseabo", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3174,10 +3202,10 @@ { "Field": "bundesland", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3185,10 +3213,10 @@ { "Field": "mandatsreferenzhinweis", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3221,7 +3249,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3229,10 +3257,10 @@ { "Field": "umsatzsteuer_lieferant", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3243,7 +3271,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3254,7 +3282,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3262,10 +3290,10 @@ { "Field": "art", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3284,10 +3312,10 @@ { "Field": "freifeld11", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3295,10 +3323,10 @@ { "Field": "freifeld12", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3306,10 +3334,10 @@ { "Field": "freifeld13", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3317,10 +3345,10 @@ { "Field": "freifeld14", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3328,10 +3356,10 @@ { "Field": "freifeld15", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3339,10 +3367,10 @@ { "Field": "freifeld16", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3350,10 +3378,10 @@ { "Field": "freifeld17", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3361,10 +3389,10 @@ { "Field": "freifeld18", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3372,10 +3400,10 @@ { "Field": "freifeld19", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3383,10 +3411,10 @@ { "Field": "freifeld20", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3394,10 +3422,10 @@ { "Field": "angebot_email", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3405,10 +3433,10 @@ { "Field": "auftrag_email", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3416,10 +3444,10 @@ { "Field": "rechnungs_email", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3427,10 +3455,10 @@ { "Field": "gutschrift_email", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3438,10 +3466,10 @@ { "Field": "lieferschein_email", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3449,10 +3477,10 @@ { "Field": "bestellung_email", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3471,10 +3499,10 @@ { "Field": "hinweistextlieferant", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3493,10 +3521,10 @@ { "Field": "hinweis_einfuegen", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3515,10 +3543,10 @@ { "Field": "gln", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3526,10 +3554,10 @@ { "Field": "rechnung_gln", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3548,10 +3576,10 @@ { "Field": "lieferbedingung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3581,10 +3609,10 @@ { "Field": "zollinformationen", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3592,10 +3620,10 @@ { "Field": "bundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3603,10 +3631,10 @@ { "Field": "rechnung_bundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3615,48 +3643,64 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "name", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "name" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] }, { "Key_name": "kundennummer", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "kundennummer" ] }, { "Key_name": "lieferantennummer", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "lieferantennummer" ] }, { "Key_name": "usereditid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "usereditid" ] }, { "Key_name": "plz", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "plz" ] }, { "Key_name": "email", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "email" ] @@ -3665,6 +3709,7 @@ }, { "name": "adresse_abosammelrechnungen", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -3673,18 +3718,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3737,12 +3782,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -3751,6 +3800,7 @@ }, { "name": "adresse_accounts", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -3759,7 +3809,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -3781,7 +3831,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3789,10 +3839,10 @@ { "Field": "bezeichnung", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3800,10 +3850,10 @@ { "Field": "art", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3811,10 +3861,10 @@ { "Field": "url", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3822,10 +3872,10 @@ { "Field": "benutzername", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3833,10 +3883,10 @@ { "Field": "passwort", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3858,7 +3908,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3869,7 +3919,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3878,12 +3928,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -3892,6 +3946,7 @@ }, { "name": "adresse_filter", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -3900,7 +3955,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -3908,10 +3963,10 @@ { "Field": "bezeichnung", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -3953,6 +4008,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -3961,6 +4018,7 @@ }, { "name": "adresse_filter_gruppen", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -3969,7 +4027,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -4033,12 +4091,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "filter", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "filter" ] @@ -4047,6 +4109,7 @@ }, { "name": "adresse_filter_positionen", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -4055,7 +4118,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -4085,10 +4148,10 @@ { "Field": "typ", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4096,10 +4159,10 @@ { "Field": "typ2", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4129,10 +4192,10 @@ { "Field": "parameter1", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4140,10 +4203,10 @@ { "Field": "parameter2", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4151,10 +4214,10 @@ { "Field": "parameter3", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4174,18 +4237,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "filter", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "filter" ] }, { "Key_name": "gruppe", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "gruppe" ] @@ -4194,6 +4263,7 @@ }, { "name": "adresse_import", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -4202,7 +4272,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -4210,76 +4280,76 @@ { "Field": "typ", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4287,21 +4357,21 @@ { "Field": "plz", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4309,10 +4379,10 @@ { "Field": "land", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4320,10 +4390,10 @@ { "Field": "telefon", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4331,10 +4401,10 @@ { "Field": "telefax", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4342,10 +4412,10 @@ { "Field": "email", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4353,21 +4423,21 @@ { "Field": "mobil", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "internetseite", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4375,10 +4445,10 @@ { "Field": "ustid", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4411,7 +4481,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4431,6 +4501,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -4439,6 +4511,7 @@ }, { "name": "adresse_kontakhistorie", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -4447,7 +4520,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -4458,18 +4531,18 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4477,21 +4550,21 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4502,7 +4575,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4522,12 +4595,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -4536,6 +4613,7 @@ }, { "name": "adresse_kontakte", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -4544,7 +4622,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -4555,7 +4633,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4563,10 +4641,10 @@ { "Field": "bezeichnung", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4574,10 +4652,10 @@ { "Field": "kontakt", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4586,12 +4664,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -4600,6 +4682,7 @@ }, { "name": "adresse_rolle", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -4608,7 +4691,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -4619,7 +4702,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4630,51 +4713,51 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "subjekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "praedikat", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "objekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4685,7 +4768,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4696,7 +4779,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4705,18 +4788,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] @@ -4725,6 +4814,7 @@ }, { "name": "adresse_typ", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -4733,29 +4823,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4808,6 +4898,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -4816,6 +4908,7 @@ }, { "name": "adressetiketten", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -4824,7 +4917,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -4853,11 +4946,11 @@ }, { "Field": "verwenden_als", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4866,6 +4959,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -4874,6 +4969,7 @@ }, { "name": "aktionscode_liste", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -4882,7 +4978,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -4890,10 +4986,10 @@ { "Field": "code", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4901,10 +4997,10 @@ { "Field": "beschriftung", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4923,10 +5019,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4935,6 +5031,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -4943,6 +5041,7 @@ }, { "name": "amainvoice_config", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -4951,29 +5050,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "UNI", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "value", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -4982,12 +5081,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "name", + "Index_type": "HASH", + "Non_unique": "", "columns": [ "name" ] @@ -4996,6 +5099,7 @@ }, { "name": "amainvoice_files", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -5004,18 +5108,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "filename", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5023,10 +5127,10 @@ { "Field": "type", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5034,10 +5138,10 @@ { "Field": "status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5057,12 +5161,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "filename", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "filename" ] @@ -5071,6 +5179,7 @@ }, { "name": "amazon_article", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -5079,7 +5188,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -5108,11 +5217,11 @@ }, { "Field": "seller_sku", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5120,10 +5229,10 @@ { "Field": "asin", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5154,18 +5263,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "article_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "article_id" ] }, { "Key_name": "seller_sku", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "seller_sku" ] @@ -5174,6 +5289,7 @@ }, { "name": "amazon_rechnung_anlegen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -5182,7 +5298,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -5246,12 +5362,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shopid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shopid", "auftrag", @@ -5262,6 +5382,7 @@ }, { "name": "amazon_report", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -5270,7 +5391,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -5289,10 +5410,10 @@ { "Field": "reportid", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5300,32 +5421,32 @@ { "Field": "requestreportid", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "reporttype", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "marketplaces", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5333,21 +5454,21 @@ { "Field": "requesttype", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "report_processing_status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "'_done_'", + "Default": "''_done_''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5380,7 +5501,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5391,7 +5512,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5424,18 +5545,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "report_options", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5444,12 +5565,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id", "reportid" @@ -5457,18 +5582,24 @@ }, { "Key_name": "reporttype", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "reporttype" ] }, { "Key_name": "requestreportid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "requestreportid" ] }, { "Key_name": "created_at", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "created_at" ] @@ -5477,6 +5608,7 @@ }, { "name": "amazon_report_schedule", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -5485,7 +5617,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -5504,10 +5636,10 @@ { "Field": "report_type", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5515,10 +5647,10 @@ { "Field": "schedule", "Type": "varchar(12)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5540,7 +5672,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5560,12 +5692,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "shop_id", "report_type", @@ -5578,6 +5714,7 @@ }, { "name": "amazon_shipment_info", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -5586,7 +5723,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -5605,10 +5742,10 @@ { "Field": "orderid", "Type": "varchar(19)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5616,10 +5753,10 @@ { "Field": "orderitemid", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5627,10 +5764,10 @@ { "Field": "merchantorderid", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5638,10 +5775,10 @@ { "Field": "merchantorderitemid", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5649,21 +5786,21 @@ { "Field": "shipmentitemid", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sku", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5671,10 +5808,10 @@ { "Field": "carrier", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5682,10 +5819,10 @@ { "Field": "currency", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5693,10 +5830,10 @@ { "Field": "tracking_number", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5704,10 +5841,10 @@ { "Field": "sales_channel", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5715,10 +5852,10 @@ { "Field": "fulfillment_channel", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5726,10 +5863,10 @@ { "Field": "fulfillment_center_id", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5751,7 +5888,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5762,194 +5899,194 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ship_address_1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ship_address_2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ship_address_3", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ship_city", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ship_state", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ship_postal_code", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ship_country", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ship_phone_number", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bill_address_1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bill_address_2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bill_address_3", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bill_city", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bill_state", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bill_postal_code", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bill_country", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "recipient_name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "buyer_name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5960,7 +6097,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5971,7 +6108,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5982,7 +6119,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -5993,7 +6130,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6004,7 +6141,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6015,7 +6152,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6026,7 +6163,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6037,7 +6174,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6046,18 +6183,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] }, { "Key_name": "orderid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "orderid" ] @@ -6066,6 +6209,7 @@ }, { "name": "amazon_vat_report", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -6074,7 +6218,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -6093,10 +6237,10 @@ { "Field": "orderid", "Type": "varchar(19)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6104,10 +6248,10 @@ { "Field": "sku", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6115,10 +6259,10 @@ { "Field": "transaction_type", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6126,10 +6270,10 @@ { "Field": "fullrow", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6137,10 +6281,10 @@ { "Field": "hash_sha1", "Type": "varchar(40)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6258,10 +6402,10 @@ { "Field": "invoicenumber", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6272,7 +6416,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6283,7 +6427,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6294,7 +6438,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6303,30 +6447,40 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "orderid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "orderid" ] }, { "Key_name": "hash_sha1", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "hash_sha1" ] }, { "Key_name": "transaction_type", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "transaction_type" ] }, { "Key_name": "position_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "position_id" ] @@ -6335,6 +6489,7 @@ }, { "name": "amazon_vatinvoice", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -6343,7 +6498,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -6361,22 +6516,22 @@ }, { "Field": "orderid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "varchar(128)", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vat_invoice_number", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6394,77 +6549,77 @@ }, { "Field": "from_city", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "from_state", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "from_country", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "from_postal_code", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "from_location_code", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "seller_tax_registration", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "buyer_tax_registration", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6475,7 +6630,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6495,12 +6650,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shopid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shopid", "orderid" @@ -6510,6 +6669,7 @@ }, { "name": "amazoninvoice_position", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -6518,7 +6678,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -6526,10 +6686,10 @@ { "Field": "doctype", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -6558,704 +6718,704 @@ }, { "Field": "inv_rech_nr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "inv_date", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "amazonorderid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shipmentdate", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "buyeremail", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "buyerphonenumber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "buyername", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sku", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "productname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "quantitypurchased", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "quantityshipped", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "currency", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "mwst", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "taxrate", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "brutto_total", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "netto_total", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "tax_total", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "itemprice", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "itemprice_netto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "itemprice_tax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shippingprice", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shippingprice_netto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shippingprice_tax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "giftwrapprice", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "giftwrapprice_netto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "giftwrapprice_tax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "itempromotiondiscount", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "itempromotiondiscount_netto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "itempromotiondiscount_tax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shippromotiondiscount", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shippromotiondiscount_netto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shippromotiondiscount_tax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "giftwrappromotiondiscount", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "giftwrappromotiondiscount_netto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "giftwrappromotiondiscount_tax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shipservicelevel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "recipientname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shipaddress1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shipaddress2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shipaddress3", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shipcity", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shipstate", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shippostalcode", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shipcountry", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shipphonenumber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "billaddress1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "billaddress2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "billaddress3", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "billcity", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "billstate", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "billpostalcode", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "billcountry", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "carrier", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "trackingnumber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "fulfillmentcenterid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "fulfillmentchannel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "saleschannel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "asin", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "conditiontype", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "quantityavailable", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "isbusinessorder", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "uid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vatcheck", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "documentlink", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7273,121 +7433,121 @@ }, { "Field": "rem_gs_nr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "orderid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "rem_date", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "returndate", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "buyercompanyname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "quantity", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "remreturnshipcost", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "remsondererstattung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "itempromotionid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "reason", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "rem_gs_nr_real", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7418,6 +7578,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -7426,6 +7588,7 @@ }, { "name": "anfrage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -7434,7 +7597,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -7445,51 +7608,51 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "projekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "auftrag", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7500,7 +7663,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7508,21 +7671,21 @@ { "Field": "freitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7533,7 +7696,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7544,194 +7707,194 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ustid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kundennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versand", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7742,7 +7905,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7753,7 +7916,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7764,29 +7927,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_per", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_durch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7797,7 +7960,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7819,7 +7982,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7837,11 +8000,11 @@ }, { "Field": "internebezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7852,7 +8015,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7863,7 +8026,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7871,32 +8034,32 @@ { "Field": "aktion", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vertrieb", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anschreiben", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7918,7 +8081,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7940,7 +8103,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7951,7 +8114,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7962,7 +8125,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7973,7 +8136,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7984,7 +8147,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -7995,7 +8158,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8006,7 +8169,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8068,11 +8231,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'EUR'", + "Default": "''EUR''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8080,10 +8243,10 @@ { "Field": "typ", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8102,10 +8265,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8113,10 +8276,10 @@ { "Field": "sprache", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8124,10 +8287,10 @@ { "Field": "bodyzusatz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8135,10 +8298,10 @@ { "Field": "lieferbedingung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8146,10 +8309,10 @@ { "Field": "titel", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8157,10 +8320,10 @@ { "Field": "bundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8169,6 +8332,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -8177,6 +8342,7 @@ }, { "name": "anfrage_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -8185,7 +8351,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -8196,7 +8362,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8207,7 +8373,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8218,29 +8384,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8248,10 +8414,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8259,10 +8425,10 @@ { "Field": "internerkommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8273,7 +8439,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8284,7 +8450,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8292,10 +8458,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8306,7 +8472,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8328,18 +8494,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "steuertext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8350,7 +8516,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8358,10 +8524,10 @@ { "Field": "erloese", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8383,7 +8549,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8394,7 +8560,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8405,7 +8571,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8416,7 +8582,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8427,7 +8593,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8438,7 +8604,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8446,10 +8612,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8457,10 +8623,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8468,10 +8634,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8479,10 +8645,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8490,10 +8656,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8501,10 +8667,10 @@ { "Field": "freifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8512,10 +8678,10 @@ { "Field": "freifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8523,10 +8689,10 @@ { "Field": "freifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8534,10 +8700,10 @@ { "Field": "freifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8545,10 +8711,10 @@ { "Field": "freifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8556,10 +8722,10 @@ { "Field": "freifeld11", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8567,10 +8733,10 @@ { "Field": "freifeld12", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8578,10 +8744,10 @@ { "Field": "freifeld13", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8589,10 +8755,10 @@ { "Field": "freifeld14", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8600,10 +8766,10 @@ { "Field": "freifeld15", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8611,10 +8777,10 @@ { "Field": "freifeld16", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8622,10 +8788,10 @@ { "Field": "freifeld17", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8633,10 +8799,10 @@ { "Field": "freifeld18", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8644,10 +8810,10 @@ { "Field": "freifeld19", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8655,10 +8821,10 @@ { "Field": "freifeld20", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8666,10 +8832,10 @@ { "Field": "freifeld21", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8677,10 +8843,10 @@ { "Field": "freifeld22", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8688,10 +8854,10 @@ { "Field": "freifeld23", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8699,10 +8865,10 @@ { "Field": "freifeld24", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8710,10 +8876,10 @@ { "Field": "freifeld25", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8721,10 +8887,10 @@ { "Field": "freifeld26", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8732,10 +8898,10 @@ { "Field": "freifeld27", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8743,10 +8909,10 @@ { "Field": "freifeld28", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8754,10 +8920,10 @@ { "Field": "freifeld29", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8765,10 +8931,10 @@ { "Field": "freifeld30", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8776,10 +8942,10 @@ { "Field": "freifeld31", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8787,10 +8953,10 @@ { "Field": "freifeld32", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8798,10 +8964,10 @@ { "Field": "freifeld33", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8809,10 +8975,10 @@ { "Field": "freifeld34", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8820,10 +8986,10 @@ { "Field": "freifeld35", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8831,10 +8997,10 @@ { "Field": "freifeld36", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8842,10 +9008,10 @@ { "Field": "freifeld37", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8853,10 +9019,10 @@ { "Field": "freifeld38", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8864,10 +9030,10 @@ { "Field": "freifeld39", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8875,10 +9041,10 @@ { "Field": "freifeld40", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8889,29 +9055,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "einheit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8922,7 +9088,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8942,12 +9108,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "anfrage", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "anfrage" ] @@ -8956,6 +9126,7 @@ }, { "name": "anfrage_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -8964,7 +9135,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -8975,7 +9146,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -8986,29 +9157,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9017,12 +9188,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "anfrage", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "anfrage" ] @@ -9031,6 +9206,7 @@ }, { "name": "angebot", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -9039,7 +9215,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -9050,7 +9226,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9061,7 +9237,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9069,54 +9245,54 @@ { "Field": "projekt", "Type": "varchar(222)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anfrage", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "auftrag", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9124,10 +9300,10 @@ { "Field": "freitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9135,10 +9311,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9146,10 +9322,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9160,293 +9336,293 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "retyp", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "rechnungname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "retelefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "reansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "retelefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "reabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "reemail", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "reunterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "readresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "restrasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "replz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "reort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "reland", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ustid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9454,43 +9630,43 @@ { "Field": "kundennummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vertrieb", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlungsweise", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9501,7 +9677,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9512,7 +9688,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9523,7 +9699,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9541,22 +9717,22 @@ }, { "Field": "bank_inhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bank_institut", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9567,7 +9743,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9578,51 +9754,51 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_inhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_pruefnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9633,7 +9809,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9644,7 +9820,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9655,7 +9831,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9666,139 +9842,139 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "liefername", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferunterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferland", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferstrasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferplz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferadresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "liefertelefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "liefertelefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "liefermail", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9809,7 +9985,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9820,7 +9996,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9831,7 +10007,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9842,7 +10018,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9853,7 +10029,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9864,7 +10040,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9875,29 +10051,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_per", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_durch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9908,7 +10084,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9916,10 +10092,10 @@ { "Field": "vermerk", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9937,11 +10113,11 @@ }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -9996,7 +10172,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10007,7 +10183,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10015,10 +10191,10 @@ { "Field": "aktion", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10029,7 +10205,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10051,7 +10227,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10080,11 +10256,11 @@ }, { "Field": "anschreiben", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10095,7 +10271,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10117,7 +10293,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10128,7 +10304,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10139,7 +10315,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10150,7 +10326,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10161,7 +10337,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10172,7 +10348,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10183,7 +10359,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10245,8 +10421,8 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "varchar(32)", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'EUR'", @@ -10289,11 +10465,11 @@ }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'firma'", + "Default": "''firma''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10304,7 +10480,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10377,11 +10553,11 @@ }, { "Field": "internebezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10392,7 +10568,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10433,10 +10609,10 @@ { "Field": "sprache", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10444,10 +10620,10 @@ { "Field": "liefergln", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10455,10 +10631,10 @@ { "Field": "lieferemail", "Type": "varchar(200)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10466,10 +10642,10 @@ { "Field": "gln", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10480,7 +10656,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10491,7 +10667,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10513,7 +10689,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10532,10 +10708,10 @@ { "Field": "kostenstelle", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10543,10 +10719,10 @@ { "Field": "bodyzusatz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10554,10 +10730,10 @@ { "Field": "lieferbedingung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10565,10 +10741,10 @@ { "Field": "titel", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10576,10 +10752,10 @@ { "Field": "liefertitel", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10601,7 +10777,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10630,55 +10806,55 @@ }, { "Field": "internet", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "transaktionsnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "packstation_inhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "packstation_station", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "packstation_ident", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10686,21 +10862,21 @@ { "Field": "packstation_plz", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "packstation_ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10708,10 +10884,10 @@ { "Field": "shopextid", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10719,10 +10895,10 @@ { "Field": "bundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10730,10 +10906,10 @@ { "Field": "lieferbundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10742,48 +10918,64 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "vertriebid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "vertriebid" ] }, { "Key_name": "status", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "status" ] }, { "Key_name": "datum", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "datum" ] }, { "Key_name": "belegnr", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "belegnr" ] }, { "Key_name": "versandart", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "versandart" ] @@ -10792,6 +10984,7 @@ }, { "name": "angebot_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -10800,7 +10993,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -10811,7 +11004,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10822,7 +11015,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10833,18 +11026,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10852,10 +11045,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10863,21 +11056,21 @@ { "Field": "internerkommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10888,7 +11081,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10906,11 +11099,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10921,18 +11114,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10943,7 +11136,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10951,21 +11144,21 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "umsatzsteuer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10973,10 +11166,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -10987,7 +11180,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11009,7 +11202,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11020,7 +11213,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11031,7 +11224,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11042,7 +11235,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11053,7 +11246,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11064,7 +11257,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11075,7 +11268,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11086,7 +11279,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11097,7 +11290,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11108,7 +11301,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11119,18 +11312,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "einheit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11152,7 +11345,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11160,7 +11353,7 @@ { "Field": "zolltarifnummer", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -11171,7 +11364,7 @@ { "Field": "herkunftsland", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -11182,10 +11375,10 @@ { "Field": "artikelnummerkunde", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11193,10 +11386,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11204,10 +11397,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11215,10 +11408,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11226,10 +11419,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11237,10 +11430,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11248,10 +11441,10 @@ { "Field": "freifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11259,10 +11452,10 @@ { "Field": "freifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11270,10 +11463,10 @@ { "Field": "freifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11281,10 +11474,10 @@ { "Field": "freifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11292,10 +11485,10 @@ { "Field": "freifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11325,10 +11518,10 @@ { "Field": "kostenstelle", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11339,7 +11532,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11347,10 +11540,10 @@ { "Field": "steuertext", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11358,10 +11551,10 @@ { "Field": "erloese", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11380,10 +11573,10 @@ { "Field": "einkaufspreiswaehrung", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11424,10 +11617,10 @@ { "Field": "ekwaehrung", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11446,10 +11639,10 @@ { "Field": "freifeld11", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11457,10 +11650,10 @@ { "Field": "freifeld12", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11468,10 +11661,10 @@ { "Field": "freifeld13", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11479,10 +11672,10 @@ { "Field": "freifeld14", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11490,10 +11683,10 @@ { "Field": "freifeld15", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11501,10 +11694,10 @@ { "Field": "freifeld16", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11512,10 +11705,10 @@ { "Field": "freifeld17", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11523,10 +11716,10 @@ { "Field": "freifeld18", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11534,10 +11727,10 @@ { "Field": "freifeld19", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11545,10 +11738,10 @@ { "Field": "freifeld20", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11556,10 +11749,10 @@ { "Field": "freifeld21", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11567,10 +11760,10 @@ { "Field": "freifeld22", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11578,10 +11771,10 @@ { "Field": "freifeld23", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11589,10 +11782,10 @@ { "Field": "freifeld24", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11600,10 +11793,10 @@ { "Field": "freifeld25", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11611,10 +11804,10 @@ { "Field": "freifeld26", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11622,10 +11815,10 @@ { "Field": "freifeld27", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11633,10 +11826,10 @@ { "Field": "freifeld28", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11644,10 +11837,10 @@ { "Field": "freifeld29", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11655,10 +11848,10 @@ { "Field": "freifeld30", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11666,10 +11859,10 @@ { "Field": "freifeld31", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11677,10 +11870,10 @@ { "Field": "freifeld32", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11688,10 +11881,10 @@ { "Field": "freifeld33", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11699,10 +11892,10 @@ { "Field": "freifeld34", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11710,10 +11903,10 @@ { "Field": "freifeld35", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11721,10 +11914,10 @@ { "Field": "freifeld36", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11732,10 +11925,10 @@ { "Field": "freifeld37", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11743,10 +11936,10 @@ { "Field": "freifeld38", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11754,10 +11947,10 @@ { "Field": "freifeld39", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11765,32 +11958,32 @@ { "Field": "freifeld40", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "formelmenge", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "formelpreis", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11809,10 +12002,10 @@ { "Field": "textalternativpreis", "Type": "varchar(50)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11823,7 +12016,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11834,7 +12027,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11845,7 +12038,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11856,7 +12049,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11867,7 +12060,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11878,7 +12071,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11933,7 +12126,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11944,7 +12137,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11955,7 +12148,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11966,7 +12159,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -11975,18 +12168,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "angebot", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "angebot" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -11995,6 +12194,7 @@ }, { "name": "angebot_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -12003,7 +12203,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -12014,7 +12214,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12025,29 +12225,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12056,12 +12256,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "angebot", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "angebot" ] @@ -12070,6 +12274,7 @@ }, { "name": "ansprechpartner", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -12078,150 +12283,150 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sprache", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bereich", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12229,32 +12434,32 @@ { "Field": "sonstiges", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "steuer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12265,7 +12470,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12284,10 +12489,10 @@ { "Field": "mobil", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12295,10 +12500,10 @@ { "Field": "titel", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12306,21 +12511,21 @@ { "Field": "anschreiben", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner_land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12328,10 +12533,10 @@ { "Field": "vorname", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12342,7 +12547,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12383,10 +12588,10 @@ { "Field": "interne_bemerkung", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12406,12 +12611,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -12420,6 +12629,7 @@ }, { "name": "ansprechpartner_gruppen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -12428,7 +12638,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -12470,6 +12680,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -12478,6 +12690,7 @@ }, { "name": "api_account", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -12486,7 +12699,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -12494,10 +12707,10 @@ { "Field": "bezeichnung", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12505,10 +12718,10 @@ { "Field": "initkey", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12516,10 +12729,10 @@ { "Field": "importwarteschlange_name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12527,10 +12740,10 @@ { "Field": "event_url", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12538,10 +12751,10 @@ { "Field": "remotedomain", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12604,10 +12817,10 @@ { "Field": "permissions", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12638,6 +12851,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -12646,6 +12861,7 @@ }, { "name": "api_keys", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -12654,7 +12870,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -12662,10 +12878,10 @@ { "Field": "nonce", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12673,10 +12889,10 @@ { "Field": "opaque", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12707,6 +12923,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -12715,6 +12933,7 @@ }, { "name": "api_mapping", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -12723,7 +12942,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -12753,10 +12972,10 @@ { "Field": "tabelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12775,10 +12994,10 @@ { "Field": "id_ext", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12798,24 +13017,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "uebertragung_account", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "uebertragung_account" ] }, { "Key_name": "id_ext", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "id_ext" ] }, { "Key_name": "api", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "api" ] @@ -12824,6 +13051,7 @@ }, { "name": "api_permission", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -12832,29 +13060,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "key", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "UNI", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "group", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12863,12 +13091,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "key", + "Index_type": "HASH", + "Non_unique": "", "columns": [ "key" ] @@ -12877,6 +13109,7 @@ }, { "name": "api_regel", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -12885,7 +13118,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -12915,10 +13148,10 @@ { "Field": "action", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12926,10 +13159,10 @@ { "Field": "bedingung", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12937,10 +13170,10 @@ { "Field": "parameter", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -12981,10 +13214,10 @@ { "Field": "bearbeiter", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13004,6 +13237,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -13012,6 +13247,7 @@ }, { "name": "api_request", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -13020,7 +13256,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -13050,7 +13286,7 @@ { "Field": "status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'angelegt'", @@ -13082,22 +13318,22 @@ }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13115,22 +13351,22 @@ }, { "Field": "parameter2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anzeige", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13170,11 +13406,11 @@ }, { "Field": "datei", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13205,18 +13441,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "uebertragung_account", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "uebertragung_account" ] }, { "Key_name": "parameter1int", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "parameter1int" ] @@ -13225,6 +13467,7 @@ }, { "name": "api_request_response_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -13233,7 +13476,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -13252,10 +13495,10 @@ { "Field": "raw_request", "Type": "mediumtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13263,10 +13506,10 @@ { "Field": "raw_response", "Type": "mediumtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13274,10 +13517,10 @@ { "Field": "type", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13285,10 +13528,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13296,10 +13539,10 @@ { "Field": "doctype", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13341,18 +13584,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "api_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "api_id" ] }, { "Key_name": "created_at", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "created_at" ] @@ -13361,6 +13610,7 @@ }, { "name": "arbeitsfreietage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -13369,7 +13619,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -13377,10 +13627,10 @@ { "Field": "bezeichnung", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13388,10 +13638,10 @@ { "Field": "typ", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13402,7 +13652,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13421,10 +13671,10 @@ { "Field": "land", "Type": "varchar(2)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13433,12 +13683,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "datum", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "datum" ] @@ -13447,6 +13701,7 @@ }, { "name": "arbeitspaket", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -13455,7 +13710,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -13466,18 +13721,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "aufgabe", - "Type": "varchar(255)", - "Collation": "utf8mb3_unicode_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13485,10 +13740,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_unicode_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13499,7 +13754,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13510,7 +13765,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13521,7 +13776,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13529,32 +13784,32 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_unicode_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abgabe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abgenommen", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13565,7 +13820,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13573,10 +13828,10 @@ { "Field": "abgenommen_bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13587,18 +13842,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "art", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13609,7 +13864,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13631,7 +13886,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13642,7 +13897,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13653,7 +13908,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13664,7 +13919,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13675,7 +13930,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13796,7 +14051,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13837,7 +14092,7 @@ { "Field": "kalkulationbasis", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'stundenbasis'", @@ -13859,10 +14114,10 @@ { "Field": "farbe", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13870,10 +14125,10 @@ { "Field": "vkkalkulationbasis", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13893,12 +14148,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] @@ -13907,6 +14166,7 @@ }, { "name": "article_label", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -13915,7 +14175,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -13967,10 +14227,10 @@ { "Field": "type", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -13979,6 +14239,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -13987,6 +14249,7 @@ }, { "name": "article_property_translation", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -13995,7 +14258,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -14036,10 +14299,10 @@ { "Field": "language_from", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14047,54 +14310,54 @@ { "Field": "language_to", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "property_from", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "property_to", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "property_value_from", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "property_value_to", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14103,24 +14366,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "article_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "article_id" ] }, { "Key_name": "category_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "category_id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] @@ -14129,6 +14400,7 @@ }, { "name": "artikel", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -14137,29 +14409,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14167,10 +14439,10 @@ { "Field": "checksum", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14181,18 +14453,18 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "inaktiv", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14203,40 +14475,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "warengruppe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_de", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_en", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14244,10 +14516,10 @@ { "Field": "kurztext_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14255,10 +14527,10 @@ { "Field": "kurztext_en", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14266,10 +14538,10 @@ { "Field": "beschreibung_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14277,10 +14549,10 @@ { "Field": "beschreibung_en", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14288,10 +14560,10 @@ { "Field": "uebersicht_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14299,10 +14571,10 @@ { "Field": "uebersicht_en", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14310,10 +14582,10 @@ { "Field": "links_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14321,10 +14593,10 @@ { "Field": "links_en", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14332,10 +14604,10 @@ { "Field": "startseite_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14343,109 +14615,109 @@ { "Field": "startseite_en", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "standardbild", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "herstellerlink", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "hersteller", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "teilbar", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nteile", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "seriennummern", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lager_platz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferzeit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferzeitmanuell", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14453,54 +14725,54 @@ { "Field": "sonstiges", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "gewicht", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "endmontage", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "funktionstest", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikelcheckliste", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14511,7 +14783,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14522,7 +14794,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14530,32 +14802,32 @@ { "Field": "barcode", "Type": "varchar(7)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "hinzugefuegt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "pcbdecal", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14566,7 +14838,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14577,7 +14849,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14588,7 +14860,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14599,7 +14871,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14610,18 +14882,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sperrgrund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14632,7 +14904,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14643,29 +14915,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "umsatzsteuer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "klasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14676,7 +14948,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14687,7 +14959,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14698,7 +14970,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14709,7 +14981,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14720,7 +14992,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14731,7 +15003,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14739,10 +15011,10 @@ { "Field": "katalogtext_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14750,32 +15022,32 @@ { "Field": "katalogtext_en", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "katalogbezeichnung_de", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "katalogbezeichnung_en", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14786,7 +15058,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14797,7 +15069,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14808,7 +15080,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14819,7 +15091,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14830,7 +15102,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14841,7 +15113,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14852,7 +15124,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14860,10 +15132,10 @@ { "Field": "internerkommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14874,7 +15146,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14885,7 +15157,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14893,10 +15165,10 @@ { "Field": "intern_gesperrtgrund", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14907,7 +15179,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14918,7 +15190,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14929,7 +15201,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14937,10 +15209,10 @@ { "Field": "internkommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14951,7 +15223,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14970,10 +15242,10 @@ { "Field": "anabregs_text", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -14995,18 +15267,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "herstellernummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15017,7 +15289,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15028,7 +15300,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15057,11 +15329,11 @@ }, { "Field": "letzteseriennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15083,7 +15355,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15105,7 +15377,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15149,7 +15421,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15167,11 +15439,11 @@ }, { "Field": "freigaberegel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15182,7 +15454,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15190,10 +15462,10 @@ { "Field": "ean", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15204,7 +15476,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15215,7 +15487,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15226,7 +15498,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15237,7 +15509,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15248,7 +15520,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15259,7 +15531,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15278,10 +15550,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15289,10 +15561,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15300,10 +15572,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15311,10 +15583,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15322,10 +15594,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15333,21 +15605,21 @@ { "Field": "freifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "einheit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15355,21 +15627,21 @@ { "Field": "webid", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferzeitmanuell_en", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15380,7 +15652,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15391,7 +15663,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15399,10 +15671,10 @@ { "Field": "produktioninfo", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15410,10 +15682,10 @@ { "Field": "sonderaktion", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15421,10 +15693,10 @@ { "Field": "sonderaktion_en", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15443,10 +15715,10 @@ { "Field": "leerfeld", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15454,10 +15726,10 @@ { "Field": "zolltarifnummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15465,10 +15737,10 @@ { "Field": "herkunftsland", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15519,11 +15791,11 @@ }, { "Field": "pseudolager", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15553,10 +15825,10 @@ { "Field": "steuer_erloese_inland_normal", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15564,10 +15836,10 @@ { "Field": "steuer_aufwendung_inland_normal", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15575,10 +15847,10 @@ { "Field": "steuer_erloese_inland_ermaessigt", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15586,10 +15858,10 @@ { "Field": "steuer_aufwendung_inland_ermaessigt", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15597,10 +15869,10 @@ { "Field": "steuer_erloese_inland_steuerfrei", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15608,10 +15880,10 @@ { "Field": "steuer_aufwendung_inland_steuerfrei", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15619,10 +15891,10 @@ { "Field": "steuer_erloese_inland_innergemeinschaftlich", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15630,10 +15902,10 @@ { "Field": "steuer_aufwendung_inland_innergemeinschaftlich", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15641,10 +15913,10 @@ { "Field": "steuer_erloese_inland_eunormal", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15652,10 +15924,10 @@ { "Field": "steuer_erloese_inland_nichtsteuerbar", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15663,10 +15935,10 @@ { "Field": "steuer_erloese_inland_euermaessigt", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15674,10 +15946,10 @@ { "Field": "steuer_aufwendung_inland_nichtsteuerbar", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15685,10 +15957,10 @@ { "Field": "steuer_aufwendung_inland_eunormal", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15696,10 +15968,10 @@ { "Field": "steuer_aufwendung_inland_euermaessigt", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15707,10 +15979,10 @@ { "Field": "steuer_erloese_inland_export", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15718,10 +15990,10 @@ { "Field": "steuer_aufwendung_inland_import", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15751,10 +16023,10 @@ { "Field": "metadescription_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15762,10 +16034,10 @@ { "Field": "metadescription_en", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15773,10 +16045,10 @@ { "Field": "metakeywords_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15784,10 +16056,10 @@ { "Field": "metakeywords_en", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15795,10 +16067,10 @@ { "Field": "anabregs_text_en", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15817,10 +16089,10 @@ { "Field": "bildvorschau", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15905,10 +16177,10 @@ { "Field": "nettogewicht", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15941,7 +16213,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15974,7 +16246,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -15982,10 +16254,10 @@ { "Field": "hinweis_einfuegen", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16026,10 +16298,10 @@ { "Field": "abckategorie", "Type": "varchar(1)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16062,7 +16334,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16070,10 +16342,10 @@ { "Field": "steuertext_innergemeinschaftlich", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16081,32 +16353,32 @@ { "Field": "steuertext_export", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "formelmenge", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "formelpreis", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16114,10 +16386,10 @@ { "Field": "freifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16125,10 +16397,10 @@ { "Field": "freifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16136,10 +16408,10 @@ { "Field": "freifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16147,10 +16419,10 @@ { "Field": "freifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16158,10 +16430,10 @@ { "Field": "freifeld11", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16169,10 +16441,10 @@ { "Field": "freifeld12", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16180,10 +16452,10 @@ { "Field": "freifeld13", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16191,10 +16463,10 @@ { "Field": "freifeld14", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16202,10 +16474,10 @@ { "Field": "freifeld15", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16213,10 +16485,10 @@ { "Field": "freifeld16", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16224,10 +16496,10 @@ { "Field": "freifeld17", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16235,10 +16507,10 @@ { "Field": "freifeld18", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16246,10 +16518,10 @@ { "Field": "freifeld19", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16257,10 +16529,10 @@ { "Field": "freifeld20", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16268,10 +16540,10 @@ { "Field": "freifeld21", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16279,10 +16551,10 @@ { "Field": "freifeld22", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16290,10 +16562,10 @@ { "Field": "freifeld23", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16301,10 +16573,10 @@ { "Field": "freifeld24", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16312,10 +16584,10 @@ { "Field": "freifeld25", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16323,10 +16595,10 @@ { "Field": "freifeld26", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16334,10 +16606,10 @@ { "Field": "freifeld27", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16345,10 +16617,10 @@ { "Field": "freifeld28", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16356,10 +16628,10 @@ { "Field": "freifeld29", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16367,10 +16639,10 @@ { "Field": "freifeld30", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16378,10 +16650,10 @@ { "Field": "freifeld31", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16389,10 +16661,10 @@ { "Field": "freifeld32", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16400,10 +16672,10 @@ { "Field": "freifeld33", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16411,10 +16683,10 @@ { "Field": "freifeld34", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16422,10 +16694,10 @@ { "Field": "freifeld35", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16433,10 +16705,10 @@ { "Field": "freifeld36", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16444,10 +16716,10 @@ { "Field": "freifeld37", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16455,10 +16727,10 @@ { "Field": "freifeld38", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16466,10 +16738,10 @@ { "Field": "freifeld39", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16477,21 +16749,21 @@ { "Field": "freifeld40", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ursprungsregion", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16510,10 +16782,10 @@ { "Field": "metatitle_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16521,10 +16793,10 @@ { "Field": "metatitle_en", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16543,10 +16815,10 @@ { "Field": "altersfreigabe", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16576,10 +16848,10 @@ { "Field": "kostenstelle", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16653,10 +16925,10 @@ { "Field": "berechneterekwaehrung", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16687,54 +16959,72 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] }, { "Key_name": "nummer", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "nummer" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "laststorage_changed", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "laststorage_changed" ] }, { "Key_name": "laststorage_sync", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "laststorage_sync" ] }, { "Key_name": "variante_von", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "variante_von" ] }, { "Key_name": "herstellernummer", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "herstellernummer" ] }, { "Key_name": "geloescht", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "geloescht" ] @@ -16743,6 +17033,7 @@ }, { "name": "artikel_arbeitsanweisung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -16751,7 +17042,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -16780,11 +17071,11 @@ }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16792,10 +17083,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16806,7 +17097,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16824,11 +17115,11 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16859,12 +17150,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -16873,6 +17168,7 @@ }, { "name": "artikel_artikelgruppe", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -16881,7 +17177,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -16892,7 +17188,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16903,7 +17199,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16914,7 +17210,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16934,6 +17230,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -16942,6 +17240,7 @@ }, { "name": "artikel_cached_fields", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -16950,7 +17249,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -16980,10 +17279,10 @@ { "Field": "project_name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -16991,10 +17290,10 @@ { "Field": "number", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17002,10 +17301,10 @@ { "Field": "ean", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17013,54 +17312,54 @@ { "Field": "factory_number", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "manufactor", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "customfield1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "customfield2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17068,10 +17367,10 @@ { "Field": "ek_customnumber", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17079,10 +17378,10 @@ { "Field": "vk_customnumber", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17090,10 +17389,10 @@ { "Field": "eigenschaften", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17134,10 +17433,10 @@ { "Field": "variant_from_name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17289,12 +17588,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -17303,6 +17606,7 @@ }, { "name": "artikel_freifelder", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -17311,7 +17615,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -17329,11 +17633,11 @@ }, { "Field": "sprache", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17344,7 +17648,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17352,10 +17656,10 @@ { "Field": "wert", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17364,12 +17668,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -17378,6 +17686,7 @@ }, { "name": "artikel_onlineshops", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -17386,7 +17695,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -17448,11 +17757,11 @@ }, { "Field": "pseudolager", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17481,11 +17790,11 @@ }, { "Field": "lieferzeitmanuell", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17559,10 +17868,10 @@ { "Field": "last_article_hash", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17573,7 +17882,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17584,7 +17893,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17595,7 +17904,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17606,7 +17915,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17615,12 +17924,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel", "shop" @@ -17630,6 +17943,7 @@ }, { "name": "artikel_permanenteinventur", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -17638,7 +17952,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -17682,7 +17996,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17690,10 +18004,10 @@ { "Field": "bearbeiter", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17702,18 +18016,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "lager_platz", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "lager_platz" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -17722,6 +18042,7 @@ }, { "name": "artikel_shop", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -17730,7 +18051,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -17741,7 +18062,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17752,7 +18073,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17760,10 +18081,10 @@ { "Field": "checksum", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17772,6 +18093,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -17780,6 +18103,7 @@ }, { "name": "artikel_texte", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -17788,7 +18112,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -17807,21 +18131,21 @@ { "Field": "sprache", "Type": "varchar(11)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17829,10 +18153,10 @@ { "Field": "kurztext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17840,10 +18164,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17851,21 +18175,21 @@ { "Field": "beschreibung_online", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "meta_title", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17873,10 +18197,10 @@ { "Field": "meta_description", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17884,10 +18208,10 @@ { "Field": "meta_keywords", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17906,10 +18230,10 @@ { "Field": "katalog_bezeichnung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17917,10 +18241,10 @@ { "Field": "katalog_text", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17931,7 +18255,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17951,18 +18275,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -17971,6 +18301,7 @@ }, { "name": "artikel_zu_optionen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -17979,7 +18310,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -17990,7 +18321,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -17999,6 +18330,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -18007,6 +18340,7 @@ }, { "name": "artikel_zu_optionengruppe", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -18015,7 +18349,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -18026,7 +18360,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18037,40 +18371,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_de", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_en", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18089,7 +18423,7 @@ { "Field": "preisart", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'absolut'", @@ -18099,11 +18433,11 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18134,6 +18468,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -18142,6 +18478,7 @@ }, { "name": "artikelbaum_artikel", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -18150,7 +18487,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -18192,12 +18529,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel", "kategorie" @@ -18207,6 +18548,7 @@ }, { "name": "artikeleigenschaften", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -18215,7 +18557,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -18234,10 +18576,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18245,7 +18587,7 @@ { "Field": "typ", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", "Default": "'einzeilig'", @@ -18279,6 +18621,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -18287,6 +18631,7 @@ }, { "name": "artikeleigenschaftenwerte", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -18295,7 +18640,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -18325,10 +18670,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18336,10 +18681,10 @@ { "Field": "einheit", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18347,10 +18692,10 @@ { "Field": "wert", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18370,18 +18715,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikeleigenschaften", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikeleigenschaften" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -18390,6 +18741,7 @@ }, { "name": "artikeleinheit", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -18398,18 +18750,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "einheit_de", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18417,10 +18769,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18429,6 +18781,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -18437,6 +18791,7 @@ }, { "name": "artikelgruppen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -18445,29 +18800,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung_en", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18478,7 +18833,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18489,7 +18844,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18497,10 +18852,10 @@ { "Field": "beschreibung_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18508,10 +18863,10 @@ { "Field": "beschreibung_en", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18520,12 +18875,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "id" ] @@ -18534,6 +18893,7 @@ }, { "name": "artikelkalkulation", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -18542,7 +18902,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -18575,29 +18935,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kostenart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18626,11 +18986,11 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18648,11 +19008,11 @@ }, { "Field": "kommentar", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18660,10 +19020,10 @@ { "Field": "waehrung", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18674,7 +19034,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18685,7 +19045,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18694,12 +19054,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -18708,6 +19072,7 @@ }, { "name": "artikelkalkulation_menge", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -18716,7 +19081,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -18747,12 +19112,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -18761,6 +19130,7 @@ }, { "name": "artikelkalkulation_tag", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -18769,7 +19139,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -18791,18 +19161,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18821,10 +19191,10 @@ { "Field": "waehrung", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18843,10 +19213,10 @@ { "Field": "json", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18855,6 +19225,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -18863,6 +19235,7 @@ }, { "name": "artikelkategorien", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -18871,7 +19244,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -18879,10 +19252,10 @@ { "Field": "bezeichnung", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18890,10 +19263,10 @@ { "Field": "next_nummer", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18945,10 +19318,10 @@ { "Field": "steuer_erloese_inland_normal", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18956,10 +19329,10 @@ { "Field": "steuer_aufwendung_inland_normal", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18967,10 +19340,10 @@ { "Field": "steuer_erloese_inland_ermaessigt", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18978,10 +19351,10 @@ { "Field": "steuer_aufwendung_inland_ermaessigt", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -18989,10 +19362,10 @@ { "Field": "steuer_erloese_inland_steuerfrei", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19000,10 +19373,10 @@ { "Field": "steuer_aufwendung_inland_steuerfrei", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19011,10 +19384,10 @@ { "Field": "steuer_erloese_inland_innergemeinschaftlich", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19022,10 +19395,10 @@ { "Field": "steuer_aufwendung_inland_innergemeinschaftlich", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19033,10 +19406,10 @@ { "Field": "steuer_erloese_inland_eunormal", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19044,10 +19417,10 @@ { "Field": "steuer_erloese_inland_nichtsteuerbar", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19055,10 +19428,10 @@ { "Field": "steuer_erloese_inland_euermaessigt", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19066,10 +19439,10 @@ { "Field": "steuer_aufwendung_inland_nichtsteuerbar", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19077,10 +19450,10 @@ { "Field": "steuer_aufwendung_inland_eunormal", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19088,10 +19461,10 @@ { "Field": "steuer_aufwendung_inland_euermaessigt", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19099,10 +19472,10 @@ { "Field": "steuer_erloese_inland_export", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19110,10 +19483,10 @@ { "Field": "steuer_aufwendung_inland_import", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19121,10 +19494,10 @@ { "Field": "steuertext_innergemeinschaftlich", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19132,10 +19505,10 @@ { "Field": "steuertext_export", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19144,12 +19517,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "parent", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "parent" ] @@ -19158,6 +19535,7 @@ }, { "name": "artikelkontingente", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -19166,7 +19544,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -19199,7 +19577,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19208,6 +19586,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -19216,6 +19596,7 @@ }, { "name": "artikelnummer_fremdnummern", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -19224,7 +19605,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -19242,22 +19623,22 @@ }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19275,11 +19656,11 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19321,24 +19702,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] }, { "Key_name": "shopid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shopid" ] }, { "Key_name": "nummer", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "nummer" ] @@ -19347,6 +19736,7 @@ }, { "name": "artikeloptionen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -19355,7 +19745,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -19366,40 +19756,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_de", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_en", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19418,7 +19808,7 @@ { "Field": "preisart", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'absolut'", @@ -19428,11 +19818,11 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19463,6 +19853,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -19471,6 +19863,7 @@ }, { "name": "artikeloptionengruppe", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -19479,40 +19872,40 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_de", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_en", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19523,7 +19916,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19534,7 +19927,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19545,18 +19938,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19587,6 +19980,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -19595,6 +19990,7 @@ }, { "name": "aufgabe", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -19603,7 +19999,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -19614,18 +20010,18 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "aufgabe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19633,21 +20029,21 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "prio", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19658,7 +20054,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19669,7 +20065,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19680,7 +20076,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19691,7 +20087,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19702,7 +20098,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19713,7 +20109,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19724,7 +20120,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19735,7 +20131,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19746,7 +20142,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19757,7 +20153,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19768,7 +20164,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19776,21 +20172,21 @@ { "Field": "sonstiges", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19812,7 +20208,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19823,7 +20219,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19834,7 +20230,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19845,7 +20241,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19856,7 +20252,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19867,7 +20263,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19878,18 +20274,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "note_color", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19900,7 +20296,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19911,7 +20307,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19919,10 +20315,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19966,7 +20362,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19988,7 +20384,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -19999,7 +20395,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20043,7 +20439,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20054,7 +20450,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20074,12 +20470,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -20088,6 +20488,7 @@ }, { "name": "aufgabe_erledigt", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -20096,7 +20497,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -20107,7 +20508,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20118,7 +20519,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20129,7 +20530,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20149,6 +20550,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -20157,6 +20560,7 @@ }, { "name": "auftrag", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -20165,7 +20569,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -20176,18 +20580,18 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "art", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20195,54 +20599,54 @@ { "Field": "projekt", "Type": "varchar(222)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "internet", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "angebot", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20250,10 +20654,10 @@ { "Field": "freitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20261,10 +20665,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20272,10 +20676,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20286,117 +20690,117 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ustid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20407,7 +20811,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20418,51 +20822,51 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20470,43 +20874,43 @@ { "Field": "kundennummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vertrieb", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlungsweise", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20517,7 +20921,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20528,7 +20932,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20539,117 +20943,117 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bank_inhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bank_institut", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bank_blz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bank_konto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_inhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_pruefnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_monat", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_jahr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20660,7 +21064,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20671,7 +21075,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20682,29 +21086,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_per", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_durch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20715,7 +21119,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20726,7 +21130,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20737,7 +21141,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20748,161 +21152,161 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "liefername", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferunterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferland", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferstrasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferplz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferadresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "packstation_inhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "packstation_station", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "packstation_ident", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "packstation_plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "packstation_ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20913,7 +21317,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20924,7 +21328,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20935,7 +21339,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20957,7 +21361,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20968,7 +21372,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20979,7 +21383,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -20990,7 +21394,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21001,7 +21405,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21012,7 +21416,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21023,7 +21427,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21034,7 +21438,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21045,7 +21449,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21056,7 +21460,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21067,7 +21471,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21078,7 +21482,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21089,40 +21493,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornogrund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornosonstiges", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornorueckzahlung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21140,44 +21544,44 @@ }, { "Field": "stornobankinhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornobankkonto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornobankblz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornobankbank", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21188,18 +21592,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornogutschriftbeleg", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21210,18 +21614,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornomanuellebearbeitung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21229,21 +21633,21 @@ { "Field": "stornokommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornobezahlt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21254,18 +21658,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornobezahltvon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21276,18 +21680,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornorueckzahlungper", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21298,7 +21702,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21309,7 +21713,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21320,18 +21724,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kennen", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21353,7 +21757,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21364,7 +21768,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21382,11 +21786,11 @@ }, { "Field": "transaktionsnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21452,7 +21856,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21463,7 +21867,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21551,7 +21955,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21559,10 +21963,10 @@ { "Field": "aktion", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21573,7 +21977,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21584,7 +21988,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21614,10 +22018,10 @@ { "Field": "shopextid", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21625,32 +22029,32 @@ { "Field": "shopextstatus", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ihrebestellnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anschreiben", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21661,7 +22065,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21683,7 +22087,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21694,7 +22098,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21705,7 +22109,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21716,7 +22120,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21727,7 +22131,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21738,7 +22142,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21749,7 +22153,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21760,7 +22164,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21833,11 +22237,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'EUR'", + "Default": "''EUR''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21848,7 +22252,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21859,7 +22263,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21899,11 +22303,11 @@ }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'firma'", + "Default": "''firma''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21914,7 +22318,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21922,10 +22326,10 @@ { "Field": "auftragseingangper", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21955,10 +22359,10 @@ { "Field": "systemfreitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -21998,11 +22402,11 @@ }, { "Field": "internebezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22013,7 +22417,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22035,7 +22439,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22098,10 +22502,10 @@ { "Field": "sprache", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22109,10 +22513,10 @@ { "Field": "bundesland", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22120,10 +22524,10 @@ { "Field": "gln", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22131,10 +22535,10 @@ { "Field": "liefergln", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22142,10 +22546,10 @@ { "Field": "lieferemail", "Type": "varchar(200)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22156,7 +22560,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22175,10 +22579,10 @@ { "Field": "deliverythresholdvatid", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22200,7 +22604,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22218,22 +22622,22 @@ }, { "Field": "lieferantennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferantkdrnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22244,7 +22648,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22255,7 +22659,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22285,10 +22689,10 @@ { "Field": "kostenstelle", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22296,10 +22700,10 @@ { "Field": "bodyzusatz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22307,10 +22711,10 @@ { "Field": "lieferbedingung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22318,10 +22722,10 @@ { "Field": "titel", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22329,10 +22733,10 @@ { "Field": "liefertitel", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22354,7 +22758,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22395,10 +22799,10 @@ { "Field": "bundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22406,10 +22810,10 @@ { "Field": "lieferbundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22417,10 +22821,10 @@ { "Field": "kundennummer_buchhaltung", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22428,10 +22832,10 @@ { "Field": "storage_country", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22453,7 +22857,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22462,78 +22866,104 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "vertriebid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "vertriebid" ] }, { "Key_name": "status", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "status" ] }, { "Key_name": "datum", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "datum" ] }, { "Key_name": "belegnr", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "belegnr" ] }, { "Key_name": "gesamtsumme", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "gesamtsumme" ] }, { "Key_name": "transaktionsnummer", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "transaktionsnummer" ] }, { "Key_name": "internet", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "internet" ] }, { "Key_name": "lieferantkdrnummer", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "lieferantkdrnummer" ] }, { "Key_name": "teillieferungvon", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "teillieferungvon" ] }, { "Key_name": "versandart", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "versandart" ] @@ -22542,6 +22972,7 @@ }, { "name": "auftrag_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -22550,7 +22981,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -22561,7 +22992,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22572,7 +23003,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22583,18 +23014,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22602,10 +23033,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22613,21 +23044,21 @@ { "Field": "internerkommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22638,7 +23069,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22656,11 +23087,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "varchar(64)", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22671,18 +23102,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22693,7 +23124,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22701,21 +23132,21 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "umsatzsteuer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22723,10 +23154,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22737,7 +23168,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22748,7 +23179,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22759,7 +23190,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22770,7 +23201,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22792,7 +23223,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22803,7 +23234,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22814,7 +23245,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22825,7 +23256,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22836,7 +23267,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22847,7 +23278,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22858,7 +23289,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22869,7 +23300,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22880,7 +23311,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22891,7 +23322,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22902,18 +23333,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "einheit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22921,10 +23352,10 @@ { "Field": "webid", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22935,7 +23366,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22946,7 +23377,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22954,7 +23385,7 @@ { "Field": "zolltarifnummer", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -22965,7 +23396,7 @@ { "Field": "herkunftsland", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -22976,10 +23407,10 @@ { "Field": "artikelnummerkunde", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22987,10 +23418,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -22998,10 +23429,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23009,10 +23440,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23020,10 +23451,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23031,10 +23462,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23042,10 +23473,10 @@ { "Field": "freifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23053,10 +23484,10 @@ { "Field": "freifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23064,10 +23495,10 @@ { "Field": "freifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23075,10 +23506,10 @@ { "Field": "freifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23086,10 +23517,10 @@ { "Field": "freifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23119,10 +23550,10 @@ { "Field": "kostenstelle", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23133,7 +23564,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23141,10 +23572,10 @@ { "Field": "steuertext", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23152,10 +23583,10 @@ { "Field": "erloese", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23174,10 +23605,10 @@ { "Field": "einkaufspreiswaehrung", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23218,10 +23649,10 @@ { "Field": "ekwaehrung", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23240,10 +23671,10 @@ { "Field": "freifeld11", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23251,10 +23682,10 @@ { "Field": "freifeld12", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23262,10 +23693,10 @@ { "Field": "freifeld13", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23273,10 +23704,10 @@ { "Field": "freifeld14", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23284,10 +23715,10 @@ { "Field": "freifeld15", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23295,10 +23726,10 @@ { "Field": "freifeld16", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23306,10 +23737,10 @@ { "Field": "freifeld17", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23317,10 +23748,10 @@ { "Field": "freifeld18", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23328,10 +23759,10 @@ { "Field": "freifeld19", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23339,10 +23770,10 @@ { "Field": "freifeld20", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23350,10 +23781,10 @@ { "Field": "freifeld21", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23361,10 +23792,10 @@ { "Field": "freifeld22", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23372,10 +23803,10 @@ { "Field": "freifeld23", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23383,10 +23814,10 @@ { "Field": "freifeld24", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23394,10 +23825,10 @@ { "Field": "freifeld25", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23405,10 +23836,10 @@ { "Field": "freifeld26", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23416,10 +23847,10 @@ { "Field": "freifeld27", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23427,10 +23858,10 @@ { "Field": "freifeld28", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23438,10 +23869,10 @@ { "Field": "freifeld29", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23449,10 +23880,10 @@ { "Field": "freifeld30", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23460,10 +23891,10 @@ { "Field": "freifeld31", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23471,10 +23902,10 @@ { "Field": "freifeld32", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23482,10 +23913,10 @@ { "Field": "freifeld33", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23493,10 +23924,10 @@ { "Field": "freifeld34", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23504,10 +23935,10 @@ { "Field": "freifeld35", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23515,10 +23946,10 @@ { "Field": "freifeld36", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23526,10 +23957,10 @@ { "Field": "freifeld37", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23537,10 +23968,10 @@ { "Field": "freifeld38", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23548,10 +23979,10 @@ { "Field": "freifeld39", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23559,32 +23990,32 @@ { "Field": "freifeld40", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "formelmenge", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "formelpreis", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23625,10 +24056,10 @@ { "Field": "zollwaehrung", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23661,7 +24092,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23672,7 +24103,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23683,7 +24114,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23694,7 +24125,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23705,7 +24136,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23716,7 +24147,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23727,7 +24158,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23760,7 +24191,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23771,7 +24202,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23782,7 +24213,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23793,7 +24224,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23802,12 +24233,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "auftrag", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "auftrag", "artikel" @@ -23815,18 +24250,24 @@ }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] }, { "Key_name": "auftrag_2", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "auftrag" ] }, { "Key_name": "explodiert_parent", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "explodiert_parent" ] @@ -23835,6 +24276,7 @@ }, { "name": "auftrag_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -23843,7 +24285,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -23854,7 +24296,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23865,29 +24307,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23896,12 +24338,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "auftrag", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "auftrag" ] @@ -23910,6 +24356,7 @@ }, { "name": "autoresponder_blacklist", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -23918,7 +24365,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -23937,10 +24384,10 @@ { "Field": "mailaddress", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -23949,6 +24396,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -23957,6 +24406,7 @@ }, { "name": "backup", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -23965,7 +24415,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -23976,29 +24426,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "dateiname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24009,7 +24459,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24018,6 +24468,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -24026,6 +24478,7 @@ }, { "name": "beleg_chargesnmhd", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -24034,18 +24487,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "doctype", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24075,10 +24528,10 @@ { "Field": "type", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24086,10 +24539,10 @@ { "Field": "type2", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24097,43 +24550,43 @@ { "Field": "type3", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "wert", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "wert2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "wert3", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24162,11 +24615,11 @@ }, { "Field": "internebemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24175,36 +24628,48 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "doctypeid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "doctypeid" ] }, { "Key_name": "pos", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "pos" ] }, { "Key_name": "type", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "type" ] }, { "Key_name": "type2", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "type2" ] }, { "Key_name": "wert", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "wert" ] @@ -24213,6 +24678,7 @@ }, { "name": "beleg_zwischenpositionen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -24221,18 +24687,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "doctype", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24243,7 +24709,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24254,7 +24720,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24265,7 +24731,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24273,10 +24739,10 @@ { "Field": "postype", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24284,10 +24750,10 @@ { "Field": "wert", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24296,20 +24762,349 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "doctypeid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "doctypeid" ] } ] }, + { + "name": "belege", + "collation": null, + "type": "BASE TABLE", + "columns": [ + { + "Field": "id", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "adresse", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "datum", + "Type": "date", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0000-00-00", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "belegnr", + "Type": "mediumtext", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "status", + "Type": "varchar(64)", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "land", + "Type": "mediumtext", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "typ", + "Type": "varchar(10)", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "umsatz_netto", + "Type": "decimal(19,2)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0.00", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "erloes_netto", + "Type": "decimal(19,2)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0.00", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "deckungsbeitrag", + "Type": "decimal(11,2)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0.00", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "provision_summe", + "Type": "decimal(11,2)", + "Collation": null, + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "vertriebid", + "Type": "int(11)", + "Collation": null, + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "gruppe", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + } + ], + "keys": [] + }, + { + "name": "belegegesamt", + "collation": null, + "type": "BASE TABLE", + "columns": [ + { + "Field": "id", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "adresse", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "datum", + "Type": "date", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0000-00-00", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "belegnr", + "Type": "mediumtext", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "status", + "Type": "varchar(64)", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "land", + "Type": "mediumtext", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "typ", + "Type": "varchar(12)", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "umsatz_netto", + "Type": "varchar(21)", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "umsatz_brutto", + "Type": "varchar(21)", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "erloes_netto", + "Type": "varchar(21)", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "deckungsbeitrag", + "Type": "varchar(13)", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "provision_summe", + "Type": "varchar(13)", + "Collation": "utf8mb4_general_ci", + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "vertriebid", + "Type": "varchar(11)", + "Collation": "utf8mb4_general_ci", + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "gruppe", + "Type": "varchar(11)", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "projekt", + "Type": "varchar(222)", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + } + ], + "keys": [] + }, { "name": "belegeimport", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -24318,7 +25113,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -24359,10 +25154,10 @@ { "Field": "art", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24370,10 +25165,10 @@ { "Field": "status", "Type": "varchar(24)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24381,10 +25176,10 @@ { "Field": "beleg_status", "Type": "varchar(24)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24392,10 +25187,10 @@ { "Field": "beleg_datum", "Type": "varchar(24)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24403,10 +25198,10 @@ { "Field": "beleg_lieferdatum", "Type": "varchar(24)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24414,10 +25209,10 @@ { "Field": "beleg_tatsaechlicheslieferdatum", "Type": "varchar(24)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24425,10 +25220,10 @@ { "Field": "beleg_versandart", "Type": "varchar(24)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24436,10 +25231,10 @@ { "Field": "beleg_zahlungsweise", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24447,10 +25242,10 @@ { "Field": "beleg_belegnr", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24458,10 +25253,10 @@ { "Field": "beleg_hauptbelegnr", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24469,10 +25264,10 @@ { "Field": "beleg_kundennummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24480,10 +25275,10 @@ { "Field": "beleg_lieferantennummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24491,76 +25286,76 @@ { "Field": "beleg_name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24568,21 +25363,21 @@ { "Field": "beleg_land", "Type": "varchar(2)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24590,21 +25385,21 @@ { "Field": "beleg_plz", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24622,11 +25417,11 @@ }, { "Field": "beleg_aktion", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24634,10 +25429,10 @@ { "Field": "beleg_internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24645,10 +25440,10 @@ { "Field": "beleg_internebezeichnung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24656,32 +25451,32 @@ { "Field": "beleg_freitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_ihrebestellnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_lieferbedingung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24689,10 +25484,10 @@ { "Field": "beleg_art", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24710,33 +25505,33 @@ }, { "Field": "artikel_nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_ean", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24744,10 +25539,10 @@ { "Field": "artikel_beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24799,10 +25594,10 @@ { "Field": "artikel_waehrung", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24813,7 +25608,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -24831,275 +25626,275 @@ }, { "Field": "artikel_umsatzsteuer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_einheit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_zolltarifnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_herkunftsland", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_artikelnummerkunde", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld3", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld4", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld5", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld6", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld7", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld8", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld9", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld10", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld11", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld12", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld13", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld14", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld15", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld16", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld17", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld18", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld19", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel_freifeld20", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25128,33 +25923,33 @@ }, { "Field": "adresse_typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_ustid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_anschreiben", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25172,220 +25967,220 @@ }, { "Field": "adresse_freifeld1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld3", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld4", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld5", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld6", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld7", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld8", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld9", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld10", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld11", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld12", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld13", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld14", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld15", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld16", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld17", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld18", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld19", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse_freifeld20", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25393,10 +26188,10 @@ { "Field": "beleg_sprache", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25404,10 +26199,10 @@ { "Field": "beleg_auftragsnummer", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25415,10 +26210,10 @@ { "Field": "beleg_rechnungsnumer", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25426,32 +26221,32 @@ { "Field": "beleg_liefername", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_lieferabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_lieferunterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25459,32 +26254,32 @@ { "Field": "beleg_lieferland", "Type": "varchar(2)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_lieferstrasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_lieferort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25492,32 +26287,32 @@ { "Field": "beleg_lieferplz", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_lieferadresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_lieferansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25525,21 +26320,21 @@ { "Field": "beleg_abschlagauftrag", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_abschlagauftragbezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25580,21 +26375,21 @@ { "Field": "beleg_bodyzusatz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25602,10 +26397,10 @@ { "Field": "beleg_waehrung", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25613,21 +26408,21 @@ { "Field": "beleg_bundesstaat", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beleg_internet", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25636,6 +26431,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -25644,6 +26441,7 @@ }, { "name": "belegeimport_running", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -25652,7 +26450,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -25671,10 +26469,10 @@ { "Field": "art", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25682,10 +26480,10 @@ { "Field": "status", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25693,10 +26491,10 @@ { "Field": "filename", "Type": "varchar(256)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25704,10 +26502,10 @@ { "Field": "command", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25716,14 +26514,179 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] } ] - }, + }, + { + "name": "belegeregs", + "collation": null, + "type": "BASE TABLE", + "columns": [ + { + "Field": "id", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "adresse", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "datum", + "Type": "date", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0000-00-00", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "belegnr", + "Type": "mediumtext", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "status", + "Type": "varchar(64)", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "land", + "Type": "mediumtext", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "typ", + "Type": "varchar(10)", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "umsatz_netto", + "Type": "decimal(19,2)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0.00", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "erloes_netto", + "Type": "decimal(19,2)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0.00", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "deckungsbeitrag", + "Type": "decimal(11,2)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0.00", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "provision_summe", + "Type": "decimal(11,2)", + "Collation": null, + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "vertriebid", + "Type": "int(11)", + "Collation": null, + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "gruppe", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "projekt", + "Type": "varchar(222)", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + } + ], + "keys": [] + }, { "name": "belegevorlagen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -25732,29 +26695,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegtyp", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25773,21 +26736,21 @@ { "Field": "json", "Type": "mediumtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25807,6 +26770,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -25815,6 +26780,7 @@ }, { "name": "berichte", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -25823,7 +26789,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -25831,10 +26797,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25842,10 +26808,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25853,10 +26819,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25864,10 +26830,10 @@ { "Field": "struktur", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25875,10 +26841,10 @@ { "Field": "spaltennamen", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25886,10 +26852,10 @@ { "Field": "spaltenbreite", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25897,10 +26863,10 @@ { "Field": "spaltenausrichtung", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25908,10 +26874,10 @@ { "Field": "variablen", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25919,10 +26885,10 @@ { "Field": "sumcols", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25930,10 +26896,10 @@ { "Field": "doctype", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25952,10 +26918,10 @@ { "Field": "doctype_actionmenuname", "Type": "varchar(256)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -25963,7 +26929,7 @@ { "Field": "doctype_actionmenufiletype", "Type": "varchar(256)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'csv'", @@ -26007,10 +26973,10 @@ { "Field": "ftphost", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26021,7 +26987,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26029,10 +26995,10 @@ { "Field": "ftpuser", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26040,10 +27006,10 @@ { "Field": "ftppassword", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26054,7 +27020,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26065,7 +27031,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26073,10 +27039,10 @@ { "Field": "ftpnamealternativ", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26095,10 +27061,10 @@ { "Field": "emailempfaenger", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26106,10 +27072,10 @@ { "Field": "emailbetreff", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26120,7 +27086,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26131,7 +27097,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26139,10 +27105,10 @@ { "Field": "emailnamealternativ", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26150,7 +27116,7 @@ { "Field": "typ", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'ftp'", @@ -26162,12 +27128,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "doctype", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "doctype" ] @@ -26176,6 +27146,7 @@ }, { "name": "bestbeforebatchtoposition", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -26184,7 +27155,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -26192,10 +27163,10 @@ { "Field": "doctype", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26225,10 +27196,10 @@ { "Field": "bestbeforedatebatch", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26237,12 +27208,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "doctype", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "doctype", "doctype_id", @@ -26253,6 +27228,7 @@ }, { "name": "bestellung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -26261,7 +27237,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -26272,7 +27248,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26280,54 +27256,54 @@ { "Field": "projekt", "Type": "varchar(222)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bestellungsart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "angebot", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26335,10 +27311,10 @@ { "Field": "freitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26346,10 +27322,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26357,10 +27333,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26371,106 +27347,106 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vorname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26481,117 +27457,117 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "liefername", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferunterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferland", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferstrasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferplz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferadresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ustid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26602,84 +27578,84 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kundennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferantennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26690,18 +27666,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "einkaeufer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26712,29 +27688,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlungsweise", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlungsstatus", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26745,7 +27721,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26756,7 +27732,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26767,7 +27743,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26785,22 +27761,22 @@ }, { "Field": "bank_inhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bank_institut", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26811,7 +27787,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26822,18 +27798,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "paypalaccount", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26844,7 +27820,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26855,7 +27831,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26866,7 +27842,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26877,29 +27853,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_per", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_durch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26921,29 +27897,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anschreiben", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -26954,7 +27930,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27027,11 +28003,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'EUR'", + "Default": "''EUR''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27082,22 +28058,22 @@ }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'firma'", + "Default": "''firma''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verbindlichkeiteninfo", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27108,7 +28084,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27141,7 +28117,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27149,10 +28125,10 @@ { "Field": "bestellungbestaetigtper", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27160,10 +28136,10 @@ { "Field": "bestellungbestaetigtabnummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27174,7 +28150,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27192,11 +28168,11 @@ }, { "Field": "internebezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27207,7 +28183,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27226,10 +28202,10 @@ { "Field": "sprache", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27237,10 +28213,10 @@ { "Field": "kundennummerlieferant", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27251,7 +28227,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27292,10 +28268,10 @@ { "Field": "kostenstelle", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27303,10 +28279,10 @@ { "Field": "bodyzusatz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27314,10 +28290,10 @@ { "Field": "lieferbedingung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27325,10 +28301,10 @@ { "Field": "titel", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27336,10 +28312,10 @@ { "Field": "liefertitel", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27350,7 +28326,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27369,10 +28345,10 @@ { "Field": "bundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27380,10 +28356,10 @@ { "Field": "lieferbundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27392,42 +28368,56 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "status", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "status" ] }, { "Key_name": "datum", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "datum" ] }, { "Key_name": "belegnr", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "belegnr" ] }, { "Key_name": "versandart", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "versandart" ] @@ -27436,6 +28426,7 @@ }, { "name": "bestellung_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -27444,7 +28435,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -27455,7 +28446,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27466,7 +28457,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27477,29 +28468,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnunglieferant", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bestellnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27507,10 +28498,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27521,7 +28512,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27539,11 +28530,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27554,18 +28545,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27576,7 +28567,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27584,21 +28575,21 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "umsatzsteuer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27606,10 +28597,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27620,7 +28611,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27631,18 +28622,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "manuellgeliefertbearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27653,7 +28644,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27675,18 +28666,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "einheit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27694,7 +28685,7 @@ { "Field": "zolltarifnummer", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -27705,7 +28696,7 @@ { "Field": "herkunftsland", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -27716,10 +28707,10 @@ { "Field": "artikelnummerkunde", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27749,10 +28740,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27760,10 +28751,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27771,10 +28762,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27782,10 +28773,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27793,10 +28784,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27804,10 +28795,10 @@ { "Field": "freifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27815,10 +28806,10 @@ { "Field": "freifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27826,10 +28817,10 @@ { "Field": "freifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27837,10 +28828,10 @@ { "Field": "freifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27848,10 +28839,10 @@ { "Field": "freifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27862,7 +28853,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27873,7 +28864,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27884,7 +28875,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27903,10 +28894,10 @@ { "Field": "kostenstelle", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27917,7 +28908,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27925,10 +28916,10 @@ { "Field": "steuertext", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27936,10 +28927,10 @@ { "Field": "erloese", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27958,10 +28949,10 @@ { "Field": "freifeld11", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27969,10 +28960,10 @@ { "Field": "freifeld12", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27980,10 +28971,10 @@ { "Field": "freifeld13", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -27991,10 +28982,10 @@ { "Field": "freifeld14", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28002,10 +28993,10 @@ { "Field": "freifeld15", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28013,10 +29004,10 @@ { "Field": "freifeld16", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28024,10 +29015,10 @@ { "Field": "freifeld17", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28035,10 +29026,10 @@ { "Field": "freifeld18", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28046,10 +29037,10 @@ { "Field": "freifeld19", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28057,10 +29048,10 @@ { "Field": "freifeld20", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28068,10 +29059,10 @@ { "Field": "freifeld21", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28079,10 +29070,10 @@ { "Field": "freifeld22", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28090,10 +29081,10 @@ { "Field": "freifeld23", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28101,10 +29092,10 @@ { "Field": "freifeld24", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28112,10 +29103,10 @@ { "Field": "freifeld25", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28123,10 +29114,10 @@ { "Field": "freifeld26", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28134,10 +29125,10 @@ { "Field": "freifeld27", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28145,10 +29136,10 @@ { "Field": "freifeld28", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28156,10 +29147,10 @@ { "Field": "freifeld29", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28167,10 +29158,10 @@ { "Field": "freifeld30", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28178,10 +29169,10 @@ { "Field": "freifeld31", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28189,10 +29180,10 @@ { "Field": "freifeld32", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28200,10 +29191,10 @@ { "Field": "freifeld33", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28211,10 +29202,10 @@ { "Field": "freifeld34", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28222,10 +29213,10 @@ { "Field": "freifeld35", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28233,10 +29224,10 @@ { "Field": "freifeld36", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28244,10 +29235,10 @@ { "Field": "freifeld37", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28255,10 +29246,10 @@ { "Field": "freifeld38", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28266,10 +29257,10 @@ { "Field": "freifeld39", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28277,10 +29268,10 @@ { "Field": "freifeld40", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28291,7 +29282,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28302,7 +29293,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28313,7 +29304,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28324,7 +29315,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28335,7 +29326,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28344,12 +29335,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "bestellung", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "bestellung", "artikel" @@ -28357,12 +29352,16 @@ }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] }, { "Key_name": "bestellung_2", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "bestellung" ] @@ -28371,6 +29370,7 @@ }, { "name": "bestellung_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -28379,7 +29379,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -28390,7 +29390,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28401,29 +29401,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28432,20 +29432,25 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "bestellung", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "bestellung" ] } ] }, - { + { "name": "bestellvorschlag", + "collation": "utf8mb4_general_ci", "type": "BASE TABLE", "columns": [ { @@ -28486,6 +29491,7 @@ { "Key_name": "PRIMARY", "Index_type": "BTREE", + "Non_unique": "", "columns": [ "artikel", "user" @@ -28495,6 +29501,7 @@ }, { "name": "bestellvorschlag_app", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -28503,7 +29510,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -28654,10 +29661,10 @@ { "Field": "kommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28676,10 +29683,10 @@ { "Field": "typ", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28765,18 +29772,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] }, { "Key_name": "user", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "user" ] @@ -28785,6 +29798,7 @@ }, { "name": "bestellvorschlag_app_staffeln", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -28793,7 +29807,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -28846,12 +29860,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -28860,6 +29878,7 @@ }, { "name": "boxnachrichten", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -28868,7 +29887,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -28897,11 +29916,11 @@ }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28909,10 +29928,10 @@ { "Field": "nachricht", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28952,11 +29971,11 @@ }, { "Field": "objekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -28987,6 +30006,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -28995,6 +30016,7 @@ }, { "name": "bundesstaaten", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -29003,40 +30025,40 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "iso", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bundesstaat", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29056,6 +30078,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -29064,6 +30088,7 @@ }, { "name": "caldav_changes", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -29072,7 +30097,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -29080,10 +30105,10 @@ { "Field": "uri", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29091,10 +30116,10 @@ { "Field": "change_type", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29103,6 +30128,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -29111,6 +30138,7 @@ }, { "name": "calendar", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -29119,7 +30147,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -29139,6 +30167,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -29147,6 +30177,7 @@ }, { "name": "change_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -29155,7 +30186,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -29163,10 +30194,10 @@ { "Field": "bearbeiter", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29174,10 +30205,10 @@ { "Field": "module", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29185,10 +30216,10 @@ { "Field": "action", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29196,10 +30227,10 @@ { "Field": "tabelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29230,12 +30261,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "tableid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "tableid" ] @@ -29244,6 +30279,7 @@ }, { "name": "change_log_field", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -29252,7 +30288,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -29271,10 +30307,10 @@ { "Field": "fieldname", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29282,10 +30318,10 @@ { "Field": "oldvalue", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29293,10 +30329,10 @@ { "Field": "newvalue", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29305,12 +30341,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "change_log", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "change_log" ] @@ -29319,6 +30359,7 @@ }, { "name": "chargen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -29327,7 +30368,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -29335,10 +30376,10 @@ { "Field": "charge", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29349,7 +30390,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29360,18 +30401,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beschreibung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29382,7 +30423,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29393,18 +30434,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29415,7 +30456,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29424,6 +30465,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -29432,6 +30475,7 @@ }, { "name": "chargen_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -29440,7 +30484,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -29481,10 +30525,10 @@ { "Field": "bezeichnung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29492,10 +30536,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29506,7 +30550,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29547,10 +30591,10 @@ { "Field": "doctype", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29603,18 +30647,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "doctypeid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "doctypeid" ] }, { "Key_name": "doctype", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "doctype" ] @@ -29623,6 +30673,7 @@ }, { "name": "chargenverwaltung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -29631,7 +30682,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -29642,7 +30693,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29653,7 +30704,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29664,18 +30715,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29686,18 +30737,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29717,6 +30768,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -29725,6 +30778,7 @@ }, { "name": "chat", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -29733,7 +30787,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -29763,10 +30817,10 @@ { "Field": "message", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29777,7 +30831,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29797,18 +30851,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "user_from", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "user_from" ] }, { "Key_name": "user_to", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "user_to" ] @@ -29817,6 +30877,7 @@ }, { "name": "chat_gelesen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -29825,7 +30886,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -29858,7 +30919,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29867,12 +30928,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "user", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "user", "message" @@ -29880,6 +30945,8 @@ }, { "Key_name": "message", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "message" ] @@ -29888,6 +30955,7 @@ }, { "name": "checkaltertable", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -29896,7 +30964,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -29904,10 +30972,10 @@ { "Field": "checksum", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29916,6 +30984,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -29924,6 +30994,7 @@ }, { "name": "collectivedebitor", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -29932,7 +31003,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -29943,7 +31014,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29961,11 +31032,11 @@ }, { "Field": "country", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29976,7 +31047,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -29987,18 +31058,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "account", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30029,6 +31100,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -30037,6 +31110,7 @@ }, { "name": "cronjob_kommissionierung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -30045,7 +31119,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -30064,10 +31138,10 @@ { "Field": "bezeichnung", "Type": "varchar(40)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30076,6 +31150,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -30084,6 +31160,7 @@ }, { "name": "cronjob_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -30092,7 +31169,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -30143,11 +31220,11 @@ }, { "Field": "cronjob_name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30166,10 +31243,10 @@ { "Field": "status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30178,12 +31255,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "cronjob_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "cronjob_id", "change_time" @@ -30193,6 +31274,7 @@ }, { "name": "cronjob_starter_running", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -30201,7 +31283,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -30209,10 +31291,10 @@ { "Field": "uid", "Type": "varchar(23)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30231,10 +31313,10 @@ { "Field": "type", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30265,12 +31347,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "uid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "uid", "type" @@ -30280,6 +31366,7 @@ }, { "name": "datei", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -30288,18 +31375,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "titel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30307,21 +31394,21 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30332,7 +31419,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30354,7 +31441,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30363,6 +31450,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -30371,6 +31460,7 @@ }, { "name": "datei_stichwoerter", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -30379,7 +31469,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -30390,40 +31480,40 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "subjekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "objekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30463,11 +31553,11 @@ }, { "Field": "objekt2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30476,18 +31566,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "datei", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "datei" ] }, { "Key_name": "parameter", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "parameter" ] @@ -30496,6 +31592,7 @@ }, { "name": "datei_stichwortvorlagen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -30504,7 +31601,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -30512,10 +31609,10 @@ { "Field": "beschriftung", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30534,10 +31631,10 @@ { "Field": "modul", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30546,6 +31643,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -30554,6 +31653,7 @@ }, { "name": "datei_version", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -30562,7 +31662,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -30573,18 +31673,18 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ersteller", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30595,7 +31695,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30606,29 +31706,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "dateiname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30646,11 +31746,11 @@ }, { "Field": "size", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30659,12 +31759,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "datei", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "datei" ] @@ -30673,6 +31777,7 @@ }, { "name": "dateibaum", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -30681,7 +31786,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -30700,10 +31805,10 @@ { "Field": "pfad", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30712,6 +31817,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -30720,6 +31827,7 @@ }, { "name": "datev_buchungen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -30728,18 +31836,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "wkz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30750,7 +31858,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30761,29 +31869,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegfeld1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegfeld2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30794,18 +31902,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "konto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30816,40 +31924,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kost1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kost2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kostmenge", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30860,29 +31968,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "buchungstext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30893,7 +32001,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30904,7 +32012,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30915,7 +32023,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30926,7 +32034,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30935,6 +32043,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -30943,6 +32053,7 @@ }, { "name": "datevconnect_online_export", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -30951,7 +32062,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -30959,10 +32070,10 @@ { "Field": "datum", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30981,10 +32092,10 @@ { "Field": "status", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -30993,6 +32104,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -31001,6 +32114,7 @@ }, { "name": "delivery_problemcase", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -31009,18 +32123,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "problemcase", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31040,6 +32154,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -31048,6 +32164,7 @@ }, { "name": "device_jobs", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -31056,7 +32173,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -31064,10 +32181,10 @@ { "Field": "deviceidsource", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31075,10 +32192,10 @@ { "Field": "deviceiddest", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31086,10 +32203,10 @@ { "Field": "job", "Type": "longtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31100,7 +32217,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31119,10 +32236,10 @@ { "Field": "art", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31142,6 +32259,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -31150,6 +32269,7 @@ }, { "name": "docscan", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -31158,7 +32278,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -31169,7 +32289,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31177,10 +32297,10 @@ { "Field": "kategorie", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31189,6 +32309,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -31197,6 +32319,7 @@ }, { "name": "docscan_metadata", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -31205,7 +32328,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -31216,7 +32339,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31224,10 +32347,10 @@ { "Field": "meta_key", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31235,10 +32358,10 @@ { "Field": "meta_value", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31247,6 +32370,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -31255,6 +32380,7 @@ }, { "name": "document_customization_infoblock", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -31263,7 +32389,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -31271,10 +32397,10 @@ { "Field": "keyword", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31282,10 +32408,10 @@ { "Field": "doctype", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31293,10 +32419,10 @@ { "Field": "fontstyle", "Type": "varchar(2)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31304,10 +32430,10 @@ { "Field": "alignment", "Type": "varchar(2)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31315,10 +32441,10 @@ { "Field": "content", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31349,6 +32475,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -31357,6 +32485,7 @@ }, { "name": "document_customization_infoblock_translation", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -31365,7 +32494,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -31384,10 +32513,10 @@ { "Field": "language_code", "Type": "varchar(2)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31395,10 +32524,10 @@ { "Field": "content", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31417,10 +32546,10 @@ { "Field": "fontstyle", "Type": "varchar(2)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31428,10 +32557,10 @@ { "Field": "alignment", "Type": "varchar(2)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31440,12 +32569,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "document_customization_infoblock_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "document_customization_infoblock_id" ] @@ -31454,6 +32587,7 @@ }, { "name": "dokumente", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -31462,7 +32596,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -31473,7 +32607,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31484,7 +32618,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31492,10 +32626,10 @@ { "Field": "typ", "Type": "varchar(24)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31503,10 +32637,10 @@ { "Field": "von", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31514,10 +32648,10 @@ { "Field": "firma", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31525,43 +32659,43 @@ { "Field": "an", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email_an", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "firma_an", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31569,21 +32703,21 @@ { "Field": "plz", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31591,10 +32725,10 @@ { "Field": "land", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31605,7 +32739,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31613,10 +32747,10 @@ { "Field": "betreff", "Type": "varchar(1023)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31624,10 +32758,10 @@ { "Field": "content", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31638,7 +32772,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31646,21 +32780,21 @@ { "Field": "send_as", "Type": "varchar(24)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31671,7 +32805,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31682,7 +32816,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31715,7 +32849,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31723,32 +32857,32 @@ { "Field": "ansprechpartner", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email_cc", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email_bcc", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31756,10 +32890,10 @@ { "Field": "bearbeiter", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31770,7 +32904,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31788,11 +32922,11 @@ }, { "Field": "internebezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31801,12 +32935,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse_to", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse_to" ] @@ -31815,6 +32953,7 @@ }, { "name": "dokumente_send", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -31823,18 +32962,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "dokument", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31845,18 +32984,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31867,18 +33006,18 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31889,7 +33028,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31900,29 +33039,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "art", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31930,10 +33069,10 @@ { "Field": "text", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31944,7 +33083,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31955,7 +33094,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31977,7 +33116,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -31986,12 +33125,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -32000,6 +33143,7 @@ }, { "name": "dropshipping", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -32008,7 +33152,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -32039,12 +33183,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "gruppe", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "gruppe" ] @@ -32053,6 +33201,7 @@ }, { "name": "dropshipping_gruppe", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -32061,7 +33210,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -32069,10 +33218,10 @@ { "Field": "bezeichnung", "Type": "varchar(200)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32311,7 +33460,7 @@ { "Field": "belegeautoversand", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'standardauftrag'", @@ -32323,12 +33472,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -32337,6 +33490,7 @@ }, { "name": "drucker", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -32345,40 +33499,40 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "befehl", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32389,7 +33543,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32400,18 +33554,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "tomail", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32419,10 +33573,10 @@ { "Field": "tomailtext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32430,54 +33584,54 @@ { "Field": "tomailsubject", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adapterboxip", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adapterboxseriennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adapterboxpasswort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anbindung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32507,10 +33661,10 @@ { "Field": "format", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32529,10 +33683,10 @@ { "Field": "json", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32541,6 +33695,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -32549,6 +33705,7 @@ }, { "name": "drucker_spooler", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -32557,7 +33714,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -32576,10 +33733,10 @@ { "Field": "filename", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32590,7 +33747,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32598,10 +33755,10 @@ { "Field": "description", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32609,10 +33766,10 @@ { "Field": "anzahl", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32620,10 +33777,10 @@ { "Field": "befehl", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32631,10 +33788,10 @@ { "Field": "anbindung", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32645,7 +33802,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32676,18 +33833,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "drucker", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "drucker" ] }, { "Key_name": "user", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "user" ] @@ -32696,6 +33859,7 @@ }, { "name": "dsgvo_loeschauftrag", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -32704,7 +33868,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -32726,7 +33890,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32734,10 +33898,10 @@ { "Field": "kommentar", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32746,6 +33910,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -32754,6 +33920,7 @@ }, { "name": "dta", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -32762,7 +33929,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -32773,7 +33940,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32784,18 +33951,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32803,10 +33970,10 @@ { "Field": "konto", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32814,10 +33981,10 @@ { "Field": "blz", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32828,40 +33995,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vz1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vz2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vz3", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32872,7 +34039,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32883,7 +34050,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32894,7 +34061,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32905,18 +34072,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32927,7 +34094,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32935,7 +34102,7 @@ { "Field": "waehrung", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'EUR'", @@ -32979,10 +34146,10 @@ { "Field": "mandatsreferenzart", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -32990,10 +34157,10 @@ { "Field": "mandatsreferenzwdhart", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33002,6 +34169,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -33010,6 +34179,7 @@ }, { "name": "dta_datei", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -33018,29 +34188,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33048,10 +34218,10 @@ { "Field": "inhalt", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33062,7 +34232,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33070,21 +34240,21 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "art", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33095,7 +34265,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33115,6 +34285,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -33123,6 +34295,7 @@ }, { "name": "dta_datei_verband", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -33131,7 +34304,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -33142,7 +34315,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33150,43 +34323,43 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "dateiname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33194,10 +34367,10 @@ { "Field": "nachricht", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33208,18 +34381,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33259,22 +34432,22 @@ }, { "Field": "partnerid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kundennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33283,6 +34456,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -33291,6 +34466,7 @@ }, { "name": "eangenerator", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -33299,18 +34475,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ean", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33330,6 +34506,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -33338,6 +34516,7 @@ }, { "name": "ebay_articles_to_sync", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -33346,7 +34525,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -33357,29 +34536,29 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "request", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33390,7 +34569,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33410,18 +34589,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "article_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "article_id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] @@ -33430,6 +34615,7 @@ }, { "name": "ebay_artikelzuordnungen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -33438,18 +34624,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "itemid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33460,40 +34646,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "variation", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sku", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33504,7 +34690,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33535,6 +34721,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -33543,6 +34731,7 @@ }, { "name": "ebay_auktionen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -33551,51 +34740,51 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bild", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "url", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "itemid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sku", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33606,18 +34795,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33628,18 +34817,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "dauer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33650,7 +34839,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33716,7 +34905,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33736,6 +34925,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -33744,6 +34935,7 @@ }, { "name": "ebay_bulk_call", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -33752,7 +34944,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -33763,40 +34955,40 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "request", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33816,12 +35008,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] @@ -33830,6 +35026,7 @@ }, { "name": "ebay_bulk_jobs", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -33838,40 +35035,40 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "job_id", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "file_id", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "response_file_id", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33882,73 +35079,73 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "uuid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "description", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "notes", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "next_action", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -33979,18 +35176,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "job_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "job_id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] @@ -33999,6 +35202,7 @@ }, { "name": "ebay_fee_overview", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -34007,7 +35211,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -34018,18 +35222,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "itemid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34040,40 +35244,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "fee_type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "fee_description", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "fee_amount", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34091,11 +35295,11 @@ }, { "Field": "fee_memo", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34104,6 +35308,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -34112,6 +35318,7 @@ }, { "name": "ebay_kategoriespezifisch", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -34120,7 +35327,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -34131,7 +35338,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34142,7 +35349,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34153,7 +35360,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34164,7 +35371,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34175,40 +35382,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "specname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "cardinality", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34227,21 +35434,21 @@ { "Field": "options", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "val", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34261,6 +35468,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -34269,6 +35478,7 @@ }, { "name": "ebay_kategorievorschlag", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -34277,7 +35487,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -34288,18 +35498,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kategorie", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34310,40 +35520,40 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vorschlagbezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vorschlagparentsid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vorschlagparentsbezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34363,6 +35573,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -34371,6 +35583,7 @@ }, { "name": "ebay_kategoriezustand", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -34379,18 +35592,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kategorie", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34401,18 +35614,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34423,7 +35636,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34432,6 +35645,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -34440,6 +35655,7 @@ }, { "name": "ebay_picture_hosting_service", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -34448,7 +35664,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -34459,7 +35675,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34470,7 +35686,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34481,18 +35697,18 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "url", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34501,24 +35717,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "ebay_staging_listing_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "ebay_staging_listing_id" ] }, { "Key_name": "ebay_staging_listing_variation_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "ebay_staging_listing_variation_id" ] }, { "Key_name": "file_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "file_id" ] @@ -34527,6 +35751,7 @@ }, { "name": "ebay_rahmenbedingungen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -34535,7 +35760,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -34546,7 +35771,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34564,55 +35789,55 @@ }, { "Field": "profilid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "profiltype", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "profilname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "profilsummary", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "category", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34623,7 +35848,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34632,6 +35857,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -34640,6 +35867,7 @@ }, { "name": "ebay_rest_token", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -34648,7 +35876,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -34659,7 +35887,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34667,21 +35895,21 @@ { "Field": "token", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "scope", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34692,7 +35920,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34701,6 +35929,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -34709,6 +35939,7 @@ }, { "name": "ebay_staging_listing", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -34717,7 +35948,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -34728,7 +35959,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34739,7 +35970,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34757,88 +35988,88 @@ }, { "Field": "item_id_external", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ebay_primary_category_id_external", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ebay_primary_store_category_id_external", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ebay_secondary_store_category_id_external", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ebay_secondary_category_id_external", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ebay_shipping_profile_id_external", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ebay_return_profile_id_external", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ebay_payment_profile_id_external", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -34878,121 +36109,121 @@ }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sku", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ean", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "title", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "listing_duration", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "inventory_tracking_method", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "condition_display_name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "condition_id_external", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "condition_description", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "delivery_time", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35000,10 +36231,10 @@ { "Field": "description", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35012,18 +36243,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "article_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "article_id" ] }, { "Key_name": "template_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "template_id" ] @@ -35032,6 +36269,7 @@ }, { "name": "ebay_staging_listing_specific", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -35040,7 +36278,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -35051,29 +36289,29 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "property", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "value", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35082,12 +36320,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "ebay_staging_listing_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "ebay_staging_listing_id" ] @@ -35096,6 +36338,7 @@ }, { "name": "ebay_staging_listing_variant", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -35104,7 +36347,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -35115,7 +36358,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35126,29 +36369,29 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sku", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "title", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35157,18 +36400,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "article_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "article_id" ] }, { "Key_name": "ebay_staging_listing_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "ebay_staging_listing_id" ] @@ -35177,6 +36426,7 @@ }, { "name": "ebay_staging_listing_variant_specific", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -35185,7 +36435,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -35196,29 +36446,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "property", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "value", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35227,6 +36477,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -35235,6 +36487,7 @@ }, { "name": "ebay_storekategorien", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -35243,7 +36496,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -35254,7 +36507,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35265,29 +36518,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kategorie", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35296,6 +36549,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -35304,6 +36559,7 @@ }, { "name": "ebay_template", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -35312,7 +36568,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -35323,18 +36579,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35342,10 +36598,10 @@ { "Field": "template", "Type": "longtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35354,6 +36610,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -35362,6 +36620,7 @@ }, { "name": "ebay_variantenbilder", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -35370,7 +36629,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -35381,18 +36640,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "url", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35403,7 +36662,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35412,6 +36671,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -35420,6 +36681,7 @@ }, { "name": "ebay_versand", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -35428,40 +36690,40 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beschreibung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "carrier", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "customcarrier", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35490,22 +36752,22 @@ }, { "Field": "service", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kategorie", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35536,6 +36798,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -35544,6 +36808,7 @@ }, { "name": "ebay_versand_zuordnung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -35552,7 +36817,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -35594,6 +36859,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -35602,6 +36869,7 @@ }, { "name": "eigenschaften", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -35610,7 +36878,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -35640,10 +36908,10 @@ { "Field": "hauptkategorie", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35651,10 +36919,10 @@ { "Field": "unterkategorie", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35662,10 +36930,10 @@ { "Field": "einheit", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35673,10 +36941,10 @@ { "Field": "wert", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35685,6 +36953,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -35693,6 +36963,7 @@ }, { "name": "einkaufspreise", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -35701,7 +36972,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -35712,7 +36983,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35723,29 +36994,29 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "objekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "projekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35763,11 +37034,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35786,7 +37057,7 @@ { "Field": "vpe", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'1'", @@ -35800,7 +37071,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35811,7 +37082,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35822,7 +37093,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35833,7 +37104,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35844,7 +37115,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35855,29 +37126,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bestellnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnunglieferant", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35888,7 +37159,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35896,21 +37167,21 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35932,7 +37203,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35943,7 +37214,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35954,7 +37225,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35987,7 +37258,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -35998,7 +37269,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36017,10 +37288,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36039,10 +37310,10 @@ { "Field": "lieferzeit_standard_einheit", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36050,10 +37321,10 @@ { "Field": "lieferzeit_aktuell_einheit", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36062,30 +37333,40 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] }, { "Key_name": "bestellnummer", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "bestellnummer" ] @@ -36094,6 +37375,7 @@ }, { "name": "emailbackup", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -36102,73 +37384,73 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "angezeigtername", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "internebeschreibung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "benutzername", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "passwort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "server", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "smtp", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36179,7 +37461,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36190,18 +37472,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "imap_sentfolder", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'inbox.sent'", + "Default": "''inbox.sent''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36234,7 +37516,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36245,18 +37527,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "autoresponderbetreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36264,10 +37546,10 @@ { "Field": "autorespondertext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36278,7 +37560,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36289,7 +37571,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36300,7 +37582,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36311,18 +37593,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "loeschtage", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36333,7 +37615,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36362,22 +37644,22 @@ }, { "Field": "ticketqueue", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ticketprojekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36429,10 +37711,10 @@ { "Field": "smtp_frommail", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36440,21 +37722,21 @@ { "Field": "smtp_fromname", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "client_alias", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36462,10 +37744,10 @@ { "Field": "smtp_authtype", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36473,10 +37755,10 @@ { "Field": "smtp_authparam", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36517,10 +37799,10 @@ { "Field": "signatur", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36542,7 +37824,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36550,10 +37832,10 @@ { "Field": "email", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36562,6 +37844,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -36570,6 +37854,7 @@ }, { "name": "emailbackup_mails", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -36578,7 +37863,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -36589,29 +37874,29 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "subject", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sender", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36619,10 +37904,10 @@ { "Field": "action", "Type": "longtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36630,10 +37915,10 @@ { "Field": "action_html", "Type": "longtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36644,18 +37929,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anhang", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36684,11 +37969,11 @@ }, { "Field": "checksum", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36729,10 +38014,10 @@ { "Field": "phpobj", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36743,7 +38028,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36754,7 +38039,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36805,22 +38090,22 @@ }, { "Field": "mail_replyto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verfasser_replyto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36829,54 +38114,72 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "webmail", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "webmail" ] }, { "Key_name": "gelesen", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "gelesen" ] }, { "Key_name": "spam", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "spam" ] }, { "Key_name": "geloescht", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "geloescht" ] }, { "Key_name": "antworten", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "antworten" ] }, { "Key_name": "warteschlange", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "warteschlange" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "checksum", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "checksum" ] @@ -36885,6 +38188,7 @@ }, { "name": "epost_files", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -36893,7 +38197,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -36904,7 +38208,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36923,10 +38227,10 @@ { "Field": "status", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36934,10 +38238,10 @@ { "Field": "datei", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36946,6 +38250,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -36954,6 +38260,7 @@ }, { "name": "etiketten", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -36962,7 +38269,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -36970,10 +38277,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36981,10 +38288,10 @@ { "Field": "xml", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -36992,10 +38299,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37014,10 +38321,10 @@ { "Field": "verwendenals", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37080,10 +38387,10 @@ { "Field": "format", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37114,6 +38421,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -37122,6 +38431,7 @@ }, { "name": "etsy_taxonomy", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -37130,73 +38440,73 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "title", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "path", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "description", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "version", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "id_external", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parent_id_external", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'0'", + "Default": "''0''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37205,6 +38515,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -37213,6 +38525,7 @@ }, { "name": "etsy_transaction", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -37221,7 +38534,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -37232,18 +38545,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "etsy_transaction_id", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37254,29 +38567,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "etsy_title", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "etsy_buyer_email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37287,7 +38600,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37298,7 +38611,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37307,6 +38620,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -37315,6 +38630,7 @@ }, { "name": "event", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -37323,29 +38639,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beschreibung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kategorie", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37356,40 +38672,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "objekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37398,6 +38714,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -37406,6 +38724,7 @@ }, { "name": "event_api", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -37414,7 +38733,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -37432,44 +38751,44 @@ }, { "Field": "eventname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "module", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "action", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37480,18 +38799,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kommentar", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37511,6 +38830,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -37519,6 +38840,7 @@ }, { "name": "exportlink_sent", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -37527,29 +38849,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "reg", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37560,7 +38882,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37571,7 +38893,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37582,7 +38904,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37593,7 +38915,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37604,7 +38926,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37614,6 +38936,7 @@ }, { "name": "exportvorlage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -37622,29 +38945,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ziel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37652,10 +38975,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37663,10 +38986,10 @@ { "Field": "fields", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37674,10 +38997,10 @@ { "Field": "fields_where", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37688,29 +39011,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "mitarbeiterletzterexport", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "exporttrennzeichen", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37721,29 +39044,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "exportdatenmaskierung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "exportzeichensatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37785,6 +39108,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -37793,6 +39118,7 @@ }, { "name": "extended_approval_protocol", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -37801,7 +39127,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -37819,22 +39145,22 @@ }, { "Field": "doctype", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "requestertype", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37863,11 +39189,11 @@ }, { "Field": "releasetype", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37885,11 +39211,11 @@ }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37909,6 +39235,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -37917,6 +39245,7 @@ }, { "name": "extended_approval_responsibility", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -37925,29 +39254,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "doctype", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "requestertype", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -37976,11 +39305,11 @@ }, { "Field": "releasetype", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38011,14 +39340,146 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] } ] }, + { + "name": "fakt_umsatz", + "collation": null, + "type": "BASE TABLE", + "columns": [ + { + "Field": "Datum", + "Type": "date", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0000-00-00", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "Jahr", + "Type": "varchar(4)", + "Collation": "utf8mb4_general_ci", + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "Monat", + "Type": "varchar(2)", + "Collation": "utf8mb4_general_ci", + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "Mitarbeiter_Adresse_ID", + "Type": "int(11)", + "Collation": null, + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "Adresse_ID", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "Artikel_ID", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "Belegnummer", + "Type": "mediumtext", + "Collation": "utf8mb4_general_ci", + "Null": "NO", + "Key": "", + "Default": "''", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "Menge", + "Type": "decimal(33,0)", + "Collation": null, + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "Preis", + "Type": "decimal(35,2)", + "Collation": null, + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "Einkaufspreis", + "Type": "decimal(13,2)", + "Collation": null, + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "EK_manuell", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + } + ], + "keys": [] + }, { "name": "fee_reduction", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -38027,7 +39488,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -38035,10 +39496,10 @@ { "Field": "doctype", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38090,10 +39551,10 @@ { "Field": "price_type", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38101,10 +39562,10 @@ { "Field": "currency", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38112,10 +39573,10 @@ { "Field": "comment", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38135,24 +39596,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "doctype", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "doctype" ] }, { "Key_name": "doctype_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "doctype_id" ] }, { "Key_name": "price_type", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "price_type" ] @@ -38161,6 +39630,7 @@ }, { "name": "fibu_buchungen", + "collation": "utf8mb4_general_ci", "type": "BASE TABLE", "columns": [ { @@ -38177,7 +39647,7 @@ { "Field": "von_typ", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": null, @@ -38199,7 +39669,7 @@ { "Field": "nach_typ", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": null, @@ -38232,7 +39702,7 @@ { "Field": "waehrung", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'EUR'", @@ -38265,7 +39735,7 @@ { "Field": "internebemerkung", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": null, @@ -38285,8 +39755,61 @@ } ] }, + { + "name": "fibu_objekte", + "collation": null, + "type": "BASE TABLE", + "columns": [ + { + "Field": "datum", + "Type": "varchar(10)", + "Collation": "utf8mb4_unicode_ci", + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "typ", + "Type": "varchar(15)", + "Collation": "utf8mb4_general_ci", + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "id", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "info", + "Type": "mediumtext", + "Collation": "utf8mb4_general_ci", + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + } + ], + "keys": [] + }, { "name": "file_link", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -38295,7 +39818,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -38313,22 +39836,22 @@ }, { "Field": "label", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "file_link", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38336,10 +39859,10 @@ { "Field": "internal_note", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38348,6 +39871,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -38356,6 +39881,7 @@ }, { "name": "firma", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -38364,18 +39890,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38386,7 +39912,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38395,6 +39921,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -38403,6 +39931,7 @@ }, { "name": "firmendaten", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -38411,7 +39940,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -38422,7 +39951,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38433,7 +39962,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38444,7 +39973,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38452,10 +39981,10 @@ { "Field": "benutzername", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38463,10 +39992,10 @@ { "Field": "passwort", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38474,10 +40003,10 @@ { "Field": "host", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38485,10 +40014,10 @@ { "Field": "port", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38507,10 +40036,10 @@ { "Field": "signatur", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38521,7 +40050,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38584,10 +40113,10 @@ { "Field": "deviceserials", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38595,10 +40124,10 @@ { "Field": "lizenz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38606,10 +40135,10 @@ { "Field": "schluessel", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38631,7 +40160,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38642,7 +40171,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38653,7 +40182,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38826,10 +40355,10 @@ { "Field": "zahlung_rechnung_sofort_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38837,10 +40366,10 @@ { "Field": "zahlung_rechnung_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38848,10 +40377,10 @@ { "Field": "zahlung_vorkasse_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38859,10 +40388,10 @@ { "Field": "zahlung_lastschrift_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38870,10 +40399,10 @@ { "Field": "zahlung_nachnahme_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38881,10 +40410,10 @@ { "Field": "zahlung_bar_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38892,10 +40421,10 @@ { "Field": "zahlung_paypal_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38903,10 +40432,10 @@ { "Field": "zahlung_amazon_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38914,10 +40443,10 @@ { "Field": "zahlung_kreditkarte_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38925,10 +40454,10 @@ { "Field": "zahlung_ratenzahlung_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38939,7 +40468,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38947,10 +40476,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38958,10 +40487,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38969,10 +40498,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38980,10 +40509,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -38991,10 +40520,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39002,10 +40531,10 @@ { "Field": "freifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39013,10 +40542,10 @@ { "Field": "firmenfarbehell", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39024,10 +40553,10 @@ { "Field": "firmenfarbedunkel", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39035,10 +40564,10 @@ { "Field": "firmenfarbeganzdunkel", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39046,10 +40575,10 @@ { "Field": "navigationfarbe", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39057,10 +40586,10 @@ { "Field": "navigationfarbeschrift", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39068,10 +40597,10 @@ { "Field": "unternavigationfarbe", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39079,10 +40608,10 @@ { "Field": "unternavigationfarbeschrift", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39093,7 +40622,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39101,10 +40630,10 @@ { "Field": "rechnung_header", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39112,10 +40641,10 @@ { "Field": "lieferschein_header", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39123,10 +40652,10 @@ { "Field": "angebot_header", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39134,10 +40663,10 @@ { "Field": "auftrag_header", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39145,10 +40674,10 @@ { "Field": "gutschrift_header", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39156,10 +40685,10 @@ { "Field": "bestellung_header", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39167,10 +40696,10 @@ { "Field": "arbeitsnachweis_header", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39178,10 +40707,10 @@ { "Field": "provisionsgutschrift_header", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39189,10 +40718,10 @@ { "Field": "rechnung_footer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39200,10 +40729,10 @@ { "Field": "lieferschein_footer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39211,10 +40740,10 @@ { "Field": "angebot_footer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39222,10 +40751,10 @@ { "Field": "auftrag_footer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39233,10 +40762,10 @@ { "Field": "gutschrift_footer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39244,10 +40773,10 @@ { "Field": "bestellung_footer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39255,10 +40784,10 @@ { "Field": "arbeitsnachweis_footer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39266,10 +40795,10 @@ { "Field": "provisionsgutschrift_footer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39277,10 +40806,10 @@ { "Field": "eu_lieferung_vermerk", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39288,10 +40817,10 @@ { "Field": "export_lieferung_vermerk", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39299,10 +40828,10 @@ { "Field": "zahlung_amazon_bestellung_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39310,10 +40839,10 @@ { "Field": "zahlung_billsafe_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39321,10 +40850,10 @@ { "Field": "zahlung_sofortueberweisung_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39332,10 +40861,10 @@ { "Field": "zahlung_secupay_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39343,10 +40872,10 @@ { "Field": "adressefreifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39354,10 +40883,10 @@ { "Field": "adressefreifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39365,10 +40894,10 @@ { "Field": "adressefreifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39376,10 +40905,10 @@ { "Field": "adressefreifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39387,10 +40916,10 @@ { "Field": "adressefreifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39398,10 +40927,10 @@ { "Field": "adressefreifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39409,10 +40938,10 @@ { "Field": "adressefreifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39420,10 +40949,10 @@ { "Field": "adressefreifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39431,10 +40960,10 @@ { "Field": "adressefreifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39442,10 +40971,10 @@ { "Field": "adressefreifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39453,10 +40982,10 @@ { "Field": "zahlung_eckarte_de", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39464,10 +40993,10 @@ { "Field": "devicekey", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39478,7 +41007,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39489,7 +41018,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39497,10 +41026,10 @@ { "Field": "bcc1", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39508,10 +41037,10 @@ { "Field": "bcc2", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39519,10 +41048,10 @@ { "Field": "firmenfarbe", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39530,10 +41059,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39574,10 +41103,10 @@ { "Field": "email_html_template", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39585,10 +41114,10 @@ { "Field": "freifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39596,10 +41125,10 @@ { "Field": "freifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39607,10 +41136,10 @@ { "Field": "freifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39618,10 +41147,10 @@ { "Field": "freifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39629,10 +41158,10 @@ { "Field": "freifeld11", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39640,10 +41169,10 @@ { "Field": "freifeld12", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39651,10 +41180,10 @@ { "Field": "freifeld13", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39662,10 +41191,10 @@ { "Field": "freifeld14", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39673,10 +41202,10 @@ { "Field": "freifeld15", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39684,10 +41213,10 @@ { "Field": "freifeld16", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39695,10 +41224,10 @@ { "Field": "freifeld17", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39706,10 +41235,10 @@ { "Field": "freifeld18", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39717,10 +41246,10 @@ { "Field": "freifeld19", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39728,10 +41257,10 @@ { "Field": "freifeld20", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39739,10 +41268,10 @@ { "Field": "freifeld21", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39750,10 +41279,10 @@ { "Field": "freifeld22", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39761,10 +41290,10 @@ { "Field": "freifeld23", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39772,10 +41301,10 @@ { "Field": "freifeld24", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39783,10 +41312,10 @@ { "Field": "freifeld25", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39794,10 +41323,10 @@ { "Field": "freifeld26", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39805,10 +41334,10 @@ { "Field": "freifeld27", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39816,10 +41345,10 @@ { "Field": "freifeld28", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39827,10 +41356,10 @@ { "Field": "freifeld29", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39838,10 +41367,10 @@ { "Field": "freifeld30", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39849,10 +41378,10 @@ { "Field": "freifeld31", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39860,10 +41389,10 @@ { "Field": "freifeld32", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39871,10 +41400,10 @@ { "Field": "freifeld33", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39882,10 +41411,10 @@ { "Field": "freifeld34", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39893,10 +41422,10 @@ { "Field": "freifeld35", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39904,10 +41433,10 @@ { "Field": "freifeld36", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39915,10 +41444,10 @@ { "Field": "freifeld37", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39926,10 +41455,10 @@ { "Field": "freifeld38", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39937,10 +41466,10 @@ { "Field": "freifeld39", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39948,10 +41477,10 @@ { "Field": "freifeld40", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39959,10 +41488,10 @@ { "Field": "adressefreifeld11", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39970,10 +41499,10 @@ { "Field": "adressefreifeld12", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39981,10 +41510,10 @@ { "Field": "adressefreifeld13", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -39992,10 +41521,10 @@ { "Field": "adressefreifeld14", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40003,10 +41532,10 @@ { "Field": "adressefreifeld15", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40014,10 +41543,10 @@ { "Field": "adressefreifeld16", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40025,10 +41554,10 @@ { "Field": "adressefreifeld17", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40036,10 +41565,10 @@ { "Field": "adressefreifeld18", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40047,10 +41576,10 @@ { "Field": "adressefreifeld19", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40058,10 +41587,10 @@ { "Field": "adressefreifeld20", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40069,10 +41598,10 @@ { "Field": "proformarechnung_header", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40080,10 +41609,10 @@ { "Field": "proformarechnung_footer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40092,6 +41621,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -40100,6 +41631,7 @@ }, { "name": "firmendaten_werte", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -40108,7 +41640,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -40116,10 +41648,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40127,10 +41659,10 @@ { "Field": "typ", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40138,10 +41670,10 @@ { "Field": "typ1", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40149,10 +41681,10 @@ { "Field": "typ2", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40160,10 +41692,10 @@ { "Field": "wert", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40171,10 +41703,10 @@ { "Field": "default_value", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40205,6 +41737,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -40213,6 +41747,7 @@ }, { "name": "formeln", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -40221,29 +41756,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kennung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40254,7 +41789,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40262,10 +41797,10 @@ { "Field": "formel", "Type": "varchar(500)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40274,12 +41809,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "kennung", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "kennung" ] @@ -40288,6 +41827,7 @@ }, { "name": "formula_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -40296,7 +41836,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -40304,10 +41844,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40315,10 +41855,10 @@ { "Field": "formula", "Type": "varchar(500)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40326,10 +41866,10 @@ { "Field": "doctype", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40371,6 +41911,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -40379,6 +41921,7 @@ }, { "name": "free_article", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -40387,7 +41930,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -40462,6 +42005,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -40470,6 +42015,7 @@ }, { "name": "free_article_included", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -40478,7 +42024,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -40520,18 +42066,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "free_article_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "free_article_id" ] }, { "Key_name": "order_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "order_id" ] @@ -40540,6 +42092,7 @@ }, { "name": "geschaeftsbrief_vorlagen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -40548,29 +42101,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sprache", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40578,21 +42131,21 @@ { "Field": "text", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "subjekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40603,7 +42156,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40614,7 +42167,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40623,6 +42176,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -40631,6 +42186,7 @@ }, { "name": "gls", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -40639,150 +42195,150 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vorlage", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name3", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "hausnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "notiz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40802,6 +42358,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -40810,6 +42368,7 @@ }, { "name": "goodspostingdocument", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -40818,7 +42377,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -40826,10 +42385,10 @@ { "Field": "belegnr", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40837,7 +42396,7 @@ { "Field": "status", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'angelegt'", @@ -40848,10 +42407,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40862,7 +42421,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40881,10 +42440,10 @@ { "Field": "document_type", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40925,10 +42484,10 @@ { "Field": "storagesort", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40936,10 +42495,10 @@ { "Field": "document_info", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -40948,6 +42507,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -40956,6 +42517,7 @@ }, { "name": "goodspostingdocument_movement", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -40964,7 +42526,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -40994,10 +42556,10 @@ { "Field": "serial", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41005,10 +42567,10 @@ { "Field": "batch", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41019,7 +42581,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41061,12 +42623,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "goodspostingdocument_position_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "goodspostingdocument_position_id" ] @@ -41075,6 +42641,7 @@ }, { "name": "goodspostingdocument_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -41083,7 +42650,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -41112,11 +42679,11 @@ }, { "Field": "reason", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41124,10 +42691,10 @@ { "Field": "relation_document", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41224,12 +42791,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "goodspostingdocument_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "goodspostingdocument_id" ] @@ -41238,6 +42809,7 @@ }, { "name": "goodspostingdocument_protocol", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -41246,7 +42818,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -41264,22 +42836,22 @@ }, { "Field": "message", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "created_by", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41299,12 +42871,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "goodspostingdocument_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "goodspostingdocument_id" ] @@ -41313,6 +42889,7 @@ }, { "name": "google_access_token", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -41321,7 +42898,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -41339,11 +42916,11 @@ }, { "Field": "token", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41354,7 +42931,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41363,12 +42940,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "google_account_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "google_account_id" ] @@ -41377,6 +42958,7 @@ }, { "name": "google_account", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -41385,7 +42967,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -41403,22 +42985,22 @@ }, { "Field": "refresh_token", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "identifier", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41427,12 +43009,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "user_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "user_id" ] @@ -41441,6 +43027,7 @@ }, { "name": "google_account_property", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -41449,7 +43036,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -41468,21 +43055,21 @@ { "Field": "varname", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "value", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41491,6 +43078,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -41499,6 +43088,7 @@ }, { "name": "google_account_scope", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -41507,7 +43097,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -41525,11 +43115,11 @@ }, { "Field": "scope", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41538,12 +43128,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "google_account_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "google_account_id" ] @@ -41552,6 +43146,7 @@ }, { "name": "googleapi", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -41560,40 +43155,40 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "description", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41611,44 +43206,44 @@ }, { "Field": "user", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "password", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "redirect_uri", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "token", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41659,18 +43254,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "refresh_token", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41681,18 +43276,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "id_name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41701,6 +43296,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -41709,6 +43306,7 @@ }, { "name": "googleapi_calendar_sync", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -41717,7 +43315,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -41735,11 +43333,11 @@ }, { "Field": "foreign_id", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41772,18 +43370,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "html_link", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41792,12 +43390,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "event_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "event_id" ] @@ -41806,6 +43408,7 @@ }, { "name": "googleapi_user", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -41814,7 +43417,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -41832,11 +43435,11 @@ }, { "Field": "googleapi_id_name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41865,33 +43468,33 @@ }, { "Field": "identifier", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "refresh_token", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "access_token", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41902,7 +43505,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41911,6 +43514,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -41919,6 +43524,7 @@ }, { "name": "gpsstechuhr", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -41927,7 +43533,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -41938,7 +43544,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41949,7 +43555,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41957,10 +43563,10 @@ { "Field": "koordinaten", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41971,7 +43577,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -41980,6 +43586,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -41988,6 +43596,7 @@ }, { "name": "gruppen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -41996,7 +43605,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -42004,10 +43613,10 @@ { "Field": "name", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42015,21 +43624,21 @@ { "Field": "art", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kennziffer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42037,10 +43646,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42051,7 +43660,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42062,7 +43671,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42073,7 +43682,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42084,7 +43693,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42095,7 +43704,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42106,7 +43715,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42117,7 +43726,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42128,29 +43737,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kundennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "partnerid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42179,33 +43788,33 @@ }, { "Field": "dta_dateiname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "dta_mail", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "dta_mail_betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42213,10 +43822,10 @@ { "Field": "dta_mail_text", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42224,10 +43833,10 @@ { "Field": "dtavariablen", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42249,7 +43858,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42260,7 +43869,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42271,7 +43880,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42282,7 +43891,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42293,7 +43902,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42304,7 +43913,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42315,7 +43924,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42326,7 +43935,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42337,7 +43946,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42348,7 +43957,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42359,7 +43968,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42370,7 +43979,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42381,7 +43990,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42392,7 +44001,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42403,7 +44012,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42414,7 +44023,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42425,7 +44034,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42436,7 +44045,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42447,7 +44056,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42458,7 +44067,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42502,7 +44111,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42524,7 +44133,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42535,7 +44144,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42546,7 +44155,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42557,7 +44166,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42568,7 +44177,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42579,40 +44188,40 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "rechnung_name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "rechnung_strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "rechnung_ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42620,43 +44229,43 @@ { "Field": "rechnung_plz", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "rechnung_abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "rechnung_land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "rechnung_email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42667,7 +44276,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42678,7 +44287,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42689,7 +44298,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42697,10 +44306,10 @@ { "Field": "webid", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42711,7 +44320,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42730,10 +44339,10 @@ { "Field": "objektname", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42741,21 +44350,21 @@ { "Field": "objekttyp", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42763,10 +44372,10 @@ { "Field": "objektname2", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42774,21 +44383,21 @@ { "Field": "objekttyp2", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42796,10 +44405,10 @@ { "Field": "objektname3", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42807,21 +44416,21 @@ { "Field": "objekttyp3", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter3", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42852,6 +44461,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -42860,6 +44471,7 @@ }, { "name": "gruppen_kategorien", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -42868,18 +44480,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42899,6 +44511,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -42907,6 +44521,7 @@ }, { "name": "gruppenmapping", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -42915,7 +44530,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -42944,33 +44559,33 @@ }, { "Field": "parameter1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'0'", + "Default": "''0''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'0'", + "Default": "''0''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter3", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'0'", + "Default": "''0''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42981,7 +44596,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -42992,7 +44607,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43001,12 +44616,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "gruppe", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "gruppe" ] @@ -43015,6 +44634,7 @@ }, { "name": "gruppenrechnung_auswahl", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -43023,7 +44643,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -43076,24 +44696,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "lieferschein", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "lieferschein" ] }, { "Key_name": "auftrag", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "auftrag" ] }, { "Key_name": "user", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "user" ] @@ -43102,6 +44730,7 @@ }, { "name": "gutschrift", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -43110,7 +44739,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -43121,7 +44750,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43129,32 +44758,32 @@ { "Field": "projekt", "Type": "varchar(222)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anlegeart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43165,7 +44794,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43176,18 +44805,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43195,10 +44824,10 @@ { "Field": "freitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43206,10 +44835,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43217,10 +44846,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43231,106 +44860,106 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ustid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43341,7 +44970,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43352,7 +44981,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43363,7 +44992,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43374,51 +45003,51 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43426,10 +45055,10 @@ { "Field": "kundennummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43440,18 +45069,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43462,40 +45091,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "buchhaltung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlungsweise", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlungsstatus", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43528,7 +45157,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43539,7 +45168,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43550,7 +45179,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43561,29 +45190,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bank_inhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bank_institut", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43594,7 +45223,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43605,51 +45234,51 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_inhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_pruefnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43660,7 +45289,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43671,18 +45300,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "paypalaccount", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43693,7 +45322,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43704,7 +45333,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43715,29 +45344,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_per", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_durch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43748,7 +45377,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43781,7 +45410,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43789,10 +45418,10 @@ { "Field": "manuell_vorabbezahlt_hinweis", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43869,7 +45498,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43877,21 +45506,21 @@ { "Field": "aktion", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vertrieb", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43902,7 +45531,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43913,7 +45542,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43931,22 +45560,22 @@ }, { "Field": "ihrebestellnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anschreiben", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43957,7 +45586,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43979,7 +45608,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -43990,7 +45619,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44001,7 +45630,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44012,7 +45641,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44023,7 +45652,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44034,7 +45663,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44045,7 +45674,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44107,11 +45736,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'EUR'", + "Default": "''EUR''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44122,7 +45751,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44133,7 +45762,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44173,11 +45802,11 @@ }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'firma'", + "Default": "''firma''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44188,7 +45817,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44239,11 +45868,11 @@ }, { "Field": "internebezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44254,18 +45883,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44273,10 +45902,10 @@ { "Field": "sprache", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44284,10 +45913,10 @@ { "Field": "gln", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44295,10 +45924,10 @@ { "Field": "deliverythresholdvatid", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44309,7 +45938,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44331,7 +45960,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44350,10 +45979,10 @@ { "Field": "kostenstelle", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44361,10 +45990,10 @@ { "Field": "bodyzusatz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44372,10 +46001,10 @@ { "Field": "lieferbedingung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44383,10 +46012,10 @@ { "Field": "titel", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44397,7 +46026,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44427,10 +46056,10 @@ { "Field": "bundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44438,10 +46067,10 @@ { "Field": "kundennummer_buchhaltung", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44449,10 +46078,10 @@ { "Field": "storage_country", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44461,48 +46090,64 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "vertriebid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "vertriebid" ] }, { "Key_name": "status", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "status" ] }, { "Key_name": "datum", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "datum" ] }, { "Key_name": "belegnr", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "belegnr" ] }, { "Key_name": "versandart", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "versandart" ] @@ -44511,6 +46156,7 @@ }, { "name": "gutschrift_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -44519,7 +46165,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -44530,7 +46176,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44541,7 +46187,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44552,18 +46198,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44571,10 +46217,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44582,21 +46228,21 @@ { "Field": "internerkommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44607,7 +46253,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44625,11 +46271,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44640,18 +46286,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44662,7 +46308,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44670,21 +46316,21 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "umsatzsteuer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44692,10 +46338,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44739,7 +46385,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44750,7 +46396,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44761,7 +46407,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44772,7 +46418,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44783,7 +46429,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44794,7 +46440,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44805,7 +46451,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44816,18 +46462,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "einheit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44838,7 +46484,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44846,7 +46492,7 @@ { "Field": "zolltarifnummer", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -44857,7 +46503,7 @@ { "Field": "herkunftsland", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -44868,10 +46514,10 @@ { "Field": "artikelnummerkunde", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44879,10 +46525,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44890,10 +46536,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44901,10 +46547,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44912,10 +46558,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44923,10 +46569,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44934,10 +46580,10 @@ { "Field": "freifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44945,10 +46591,10 @@ { "Field": "freifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44956,10 +46602,10 @@ { "Field": "freifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44967,10 +46613,10 @@ { "Field": "freifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -44978,10 +46624,10 @@ { "Field": "freifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45022,10 +46668,10 @@ { "Field": "kostenstelle", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45036,7 +46682,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45044,10 +46690,10 @@ { "Field": "steuertext", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45055,10 +46701,10 @@ { "Field": "erloese", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45077,10 +46723,10 @@ { "Field": "einkaufspreiswaehrung", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45121,10 +46767,10 @@ { "Field": "ekwaehrung", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45143,10 +46789,10 @@ { "Field": "freifeld11", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45154,10 +46800,10 @@ { "Field": "freifeld12", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45165,10 +46811,10 @@ { "Field": "freifeld13", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45176,10 +46822,10 @@ { "Field": "freifeld14", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45187,10 +46833,10 @@ { "Field": "freifeld15", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45198,10 +46844,10 @@ { "Field": "freifeld16", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45209,10 +46855,10 @@ { "Field": "freifeld17", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45220,10 +46866,10 @@ { "Field": "freifeld18", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45231,10 +46877,10 @@ { "Field": "freifeld19", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45242,10 +46888,10 @@ { "Field": "freifeld20", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45253,10 +46899,10 @@ { "Field": "freifeld21", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45264,10 +46910,10 @@ { "Field": "freifeld22", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45275,10 +46921,10 @@ { "Field": "freifeld23", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45286,10 +46932,10 @@ { "Field": "freifeld24", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45297,10 +46943,10 @@ { "Field": "freifeld25", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45308,10 +46954,10 @@ { "Field": "freifeld26", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45319,10 +46965,10 @@ { "Field": "freifeld27", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45330,10 +46976,10 @@ { "Field": "freifeld28", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45341,10 +46987,10 @@ { "Field": "freifeld29", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45352,10 +46998,10 @@ { "Field": "freifeld30", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45363,10 +47009,10 @@ { "Field": "freifeld31", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45374,10 +47020,10 @@ { "Field": "freifeld32", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45385,10 +47031,10 @@ { "Field": "freifeld33", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45396,10 +47042,10 @@ { "Field": "freifeld34", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45407,10 +47053,10 @@ { "Field": "freifeld35", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45418,10 +47064,10 @@ { "Field": "freifeld36", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45429,10 +47075,10 @@ { "Field": "freifeld37", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45440,10 +47086,10 @@ { "Field": "freifeld38", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45451,10 +47097,10 @@ { "Field": "freifeld39", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45462,32 +47108,32 @@ { "Field": "freifeld40", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "formelmenge", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "formelpreis", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45509,7 +47155,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45520,7 +47166,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45531,7 +47177,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45542,7 +47188,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45553,7 +47199,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45564,7 +47210,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45597,7 +47243,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45608,7 +47254,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45619,7 +47265,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45630,7 +47276,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45639,18 +47285,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "gutschrift", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "gutschrift" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -45659,6 +47311,7 @@ }, { "name": "gutschrift_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -45667,7 +47320,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -45678,7 +47331,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45689,29 +47342,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45720,12 +47373,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "gutschrift", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "gutschrift" ] @@ -45734,6 +47391,7 @@ }, { "name": "hook", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -45742,7 +47400,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -45750,10 +47408,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45761,10 +47419,10 @@ { "Field": "alias", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45794,10 +47452,10 @@ { "Field": "description", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45806,18 +47464,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "name", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "name" ] }, { "Key_name": "alias", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "alias" ] @@ -45826,6 +47490,7 @@ }, { "name": "hook_action", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -45834,7 +47499,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -45853,10 +47518,10 @@ { "Field": "action", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45876,6 +47541,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -45884,6 +47551,7 @@ }, { "name": "hook_layout", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -45892,7 +47560,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -45900,10 +47568,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45911,10 +47579,10 @@ { "Field": "dokumenttyp", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45922,10 +47590,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45933,10 +47601,10 @@ { "Field": "funktion", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45944,10 +47612,10 @@ { "Field": "typ", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45955,10 +47623,10 @@ { "Field": "block", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45966,10 +47634,10 @@ { "Field": "blocktyp", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -45989,6 +47657,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -45997,6 +47667,7 @@ }, { "name": "hook_menu", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -46005,7 +47676,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -46013,10 +47684,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46036,12 +47707,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "module", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "module" ] @@ -46050,6 +47725,7 @@ }, { "name": "hook_menu_register", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -46058,7 +47734,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -46077,10 +47753,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46088,10 +47764,10 @@ { "Field": "funktion", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46122,12 +47798,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "module", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "module" ] @@ -46136,6 +47816,7 @@ }, { "name": "hook_module", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -46144,7 +47825,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -46152,10 +47833,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46175,6 +47856,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -46183,6 +47866,7 @@ }, { "name": "hook_navigation", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -46191,7 +47875,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -46199,10 +47883,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46210,10 +47894,10 @@ { "Field": "action", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46221,10 +47905,10 @@ { "Field": "first", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46232,10 +47916,10 @@ { "Field": "sec", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46243,10 +47927,10 @@ { "Field": "aftersec", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46277,6 +47961,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -46285,6 +47971,7 @@ }, { "name": "hook_register", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -46293,7 +47980,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -46312,10 +47999,10 @@ { "Field": "function", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46356,10 +48043,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46379,12 +48066,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "hook", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "hook" ] @@ -46393,6 +48084,7 @@ }, { "name": "importmasterdata", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -46401,7 +48093,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -46452,33 +48144,33 @@ }, { "Field": "filename", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "'created'", + "Default": "''created''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "message", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46498,24 +48190,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "status", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "status" ] }, { "Key_name": "user_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "user_id" ] }, { "Key_name": "template_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "template_id" ] @@ -46524,6 +48224,7 @@ }, { "name": "importvorlage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -46532,29 +48233,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ziel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46562,10 +48263,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46573,10 +48274,10 @@ { "Field": "fields", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46587,29 +48288,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "mitarbeiterletzterimport", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "importtrennzeichen", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46620,29 +48321,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "importdatenmaskierung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "importzeichensatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46661,7 +48362,7 @@ { "Field": "charset", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'utf8'", @@ -46673,6 +48374,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -46681,6 +48384,7 @@ }, { "name": "importvorlage_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -46689,7 +48393,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -46700,7 +48404,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46722,18 +48426,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "tabelle", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46744,7 +48448,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46764,6 +48468,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -46772,6 +48478,7 @@ }, { "name": "inhalt", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -46780,29 +48487,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sprache", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "inhalt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46810,10 +48517,10 @@ { "Field": "kurztext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46821,21 +48528,21 @@ { "Field": "html", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "title", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46843,10 +48550,10 @@ { "Field": "description", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46854,21 +48561,21 @@ { "Field": "keywords", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "inhaltstyp", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46879,7 +48586,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46890,7 +48597,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46901,7 +48608,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46912,40 +48619,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "template", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "finalparse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "navigation", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46954,6 +48661,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -46962,6 +48671,7 @@ }, { "name": "inventur", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -46970,7 +48680,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -46981,7 +48691,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -46989,43 +48699,43 @@ { "Field": "projekt", "Type": "varchar(222)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "auftrag", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47036,7 +48746,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47044,21 +48754,21 @@ { "Field": "freitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47069,7 +48779,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47080,194 +48790,194 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ustid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kundennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versand", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47278,7 +48988,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47289,7 +48999,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47300,29 +49010,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_per", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_durch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47333,7 +49043,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47355,7 +49065,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47366,7 +49076,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47419,6 +49129,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -47427,6 +49139,7 @@ }, { "name": "inventur_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -47435,7 +49148,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -47446,7 +49159,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47457,7 +49170,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47468,29 +49181,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47498,10 +49211,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47509,10 +49222,10 @@ { "Field": "internerkommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47523,7 +49236,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47534,7 +49247,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47542,10 +49255,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47556,7 +49269,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47576,12 +49289,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "inventur", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "inventur", "artikel" @@ -47591,6 +49308,7 @@ }, { "name": "inventur_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -47599,7 +49317,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -47610,7 +49328,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47621,29 +49339,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47652,12 +49370,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "inventur", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "inventur" ] @@ -47666,6 +49388,7 @@ }, { "name": "item_template", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -47674,7 +49397,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -47692,22 +49415,22 @@ }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47727,6 +49450,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -47735,6 +49460,7 @@ }, { "name": "jqcalendar", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -47743,7 +49469,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -47754,18 +49480,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "titel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47773,21 +49499,21 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47798,7 +49524,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47809,7 +49535,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47829,6 +49555,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -47837,6 +49565,7 @@ }, { "name": "kalender", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -47845,18 +49574,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'default'", + "Default": "''default''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47864,7 +49593,7 @@ { "Field": "farbe", "Type": "varchar(15)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'3300ff'", @@ -47876,6 +49605,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -47884,6 +49615,7 @@ }, { "name": "kalender_event", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -47892,7 +49624,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -47910,11 +49642,11 @@ }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47922,10 +49654,10 @@ { "Field": "beschreibung", "Type": "longtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -47966,7 +49698,7 @@ { "Field": "color", "Type": "varchar(7)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'#6f93db'", @@ -47988,10 +49720,10 @@ { "Field": "ort", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48057,7 +49789,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48076,10 +49808,10 @@ { "Field": "typ", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48087,10 +49819,10 @@ { "Field": "uri", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48098,10 +49830,10 @@ { "Field": "uid", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48110,12 +49842,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -48124,6 +49860,7 @@ }, { "name": "kalender_gruppen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -48132,18 +49869,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48151,10 +49888,10 @@ { "Field": "farbe", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48174,6 +49911,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -48182,6 +49921,7 @@ }, { "name": "kalender_gruppen_mitglieder", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -48190,7 +49930,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -48201,7 +49941,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48212,7 +49952,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48223,7 +49963,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48232,18 +49972,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "kalendergruppe", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "kalendergruppe" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -48252,6 +49998,7 @@ }, { "name": "kalender_temp", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -48260,7 +50007,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48271,7 +50018,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48279,10 +50026,10 @@ { "Field": "szelle", "Type": "varchar(15)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48293,7 +50040,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48301,10 +50048,10 @@ { "Field": "ndatum", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48315,7 +50062,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48347,6 +50094,7 @@ }, { "name": "kalender_user", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -48355,7 +50103,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -48366,7 +50114,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48377,7 +50125,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48397,18 +50145,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "userid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "userid" ] }, { "Key_name": "event", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "event" ] @@ -48417,6 +50171,7 @@ }, { "name": "kasse", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -48425,7 +50180,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -48436,18 +50191,18 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "auswahl", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48458,7 +50213,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48469,18 +50224,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48491,18 +50246,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48513,7 +50268,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48524,7 +50279,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48535,7 +50290,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48546,7 +50301,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48696,11 +50451,11 @@ }, { "Field": "storniert_grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48708,10 +50463,10 @@ { "Field": "storniert_bearbeiter", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48719,10 +50474,10 @@ { "Field": "sachkonto", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48730,10 +50485,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48744,7 +50499,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48753,12 +50508,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "datum", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "datum" ] @@ -48767,6 +50526,7 @@ }, { "name": "kasse_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -48775,7 +50535,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -48804,11 +50564,11 @@ }, { "Field": "beschreibung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48839,6 +50599,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -48847,6 +50609,7 @@ }, { "name": "kommissionierung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -48855,7 +50618,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -48873,11 +50636,11 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48895,11 +50658,11 @@ }, { "Field": "kommentar", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48929,10 +50692,10 @@ { "Field": "bezeichnung", "Type": "varchar(40)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -48952,6 +50715,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -48960,6 +50725,7 @@ }, { "name": "kommissionierung_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -48968,7 +50734,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -49021,6 +50787,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -49029,6 +50797,7 @@ }, { "name": "kommissionierung_position_ls", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -49037,7 +50806,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -49101,6 +50870,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -49109,6 +50880,7 @@ }, { "name": "kommissionskonsignationslager_positionen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -49117,7 +50889,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -49247,12 +51019,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -49261,15 +51037,16 @@ }, { "name": "konfiguration", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { "Field": "name", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49277,10 +51054,10 @@ { "Field": "wert", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49291,7 +51068,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49302,7 +51079,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49311,6 +51088,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "name" ] @@ -49319,6 +51098,7 @@ }, { "name": "konten", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -49327,40 +51107,40 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kurzbezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49368,10 +51148,10 @@ { "Field": "erstezeile", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49382,51 +51162,51 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "blz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "konto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "swift", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "iban", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49437,7 +51217,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49448,7 +51228,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49456,21 +51236,21 @@ { "Field": "hbcikennung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "inhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49481,7 +51261,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49492,7 +51272,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49503,7 +51283,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49533,10 +51313,10 @@ { "Field": "liveimport", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49544,10 +51324,10 @@ { "Field": "liveimport_passwort", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49558,29 +51338,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "importtrennzeichen", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "codierung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49591,18 +51371,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "importdatenmaskierung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49613,7 +51393,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49621,10 +51401,10 @@ { "Field": "glaeubiger", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49679,106 +51459,106 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "importfelddatum", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "importfelddatumformat", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "importfelddatumformatausgabe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "importfeldbetrag", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "importfeldbetragformat", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "importfeldbuchungstext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "importfeldbuchungstextformat", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "importfeldwaehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "importfeldwaehrungformat", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49786,10 +51566,10 @@ { "Field": "importfeldhabensollkennung", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49797,10 +51577,10 @@ { "Field": "importfeldkennunghaben", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49808,10 +51588,10 @@ { "Field": "importfeldkennungsoll", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49830,10 +51610,10 @@ { "Field": "importfeldhaben", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49841,10 +51621,10 @@ { "Field": "importfeldsoll", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49897,12 +51677,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] @@ -49911,6 +51695,7 @@ }, { "name": "kontoauszuege", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -49919,7 +51704,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -49930,7 +51715,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49941,7 +51726,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49952,7 +51737,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49960,10 +51745,10 @@ { "Field": "vorgang", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49971,10 +51756,10 @@ { "Field": "originalvorgang", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49985,7 +51770,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -49996,7 +51781,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50007,7 +51792,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50018,7 +51803,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50029,7 +51814,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50040,29 +51825,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "originalwaehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50073,7 +51858,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50084,51 +51869,51 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "buchungstext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "gegenkonto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegfeld1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50139,18 +51924,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "pruefsumme", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50158,10 +51943,10 @@ { "Field": "kostenstelle", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50172,7 +51957,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50194,7 +51979,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50202,10 +51987,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50216,7 +52001,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50246,10 +52031,10 @@ { "Field": "doctype", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50260,7 +52045,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50268,21 +52053,21 @@ { "Field": "vorauswahltyp", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vorauswahlparameter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50300,11 +52085,11 @@ }, { "Field": "klaergrund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50312,21 +52097,32 @@ { "Field": "bezugtyp", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezugparameter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "vorauswahlvorschlag", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50337,7 +52133,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50346,24 +52142,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "konto", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "konto" ] }, { "Key_name": "parent", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "parent" ] }, { "Key_name": "gegenkonto", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "gegenkonto" ] @@ -50372,6 +52176,7 @@ }, { "name": "kontoauszuege_zahlungsausgang", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -50380,7 +52185,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -50391,18 +52196,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50413,7 +52218,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50424,18 +52229,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "objekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50446,7 +52251,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50457,7 +52262,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50468,7 +52273,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50479,7 +52284,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50488,18 +52293,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "kontoauszuege", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "kontoauszuege" ] }, { "Key_name": "parameter", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "parameter" ] @@ -50508,6 +52319,7 @@ }, { "name": "kontoauszuege_zahlungseingang", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -50516,7 +52328,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -50527,18 +52339,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50549,7 +52361,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50560,18 +52372,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "objekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50582,7 +52394,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50593,7 +52405,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50604,7 +52416,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50615,7 +52427,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50626,7 +52438,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50635,18 +52447,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "kontoauszuege", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "kontoauszuege" ] }, { "Key_name": "parameter", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "parameter" ] @@ -50655,6 +52473,7 @@ }, { "name": "kontorahmen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -50663,7 +52482,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -50671,10 +52490,10 @@ { "Field": "sachkonto", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50682,10 +52501,10 @@ { "Field": "beschriftung", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50693,10 +52512,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50738,6 +52557,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -50746,6 +52567,7 @@ }, { "name": "kontorahmen_checked", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -50754,7 +52576,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -50765,7 +52587,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50776,7 +52598,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50785,6 +52607,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -50793,6 +52617,7 @@ }, { "name": "kopiebelegempfaenger", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -50801,40 +52626,40 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegtyp", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "art", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "projekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50852,22 +52677,22 @@ }, { "Field": "empfaenger_email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "empfaenger_name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50878,7 +52703,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50889,7 +52714,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50920,6 +52745,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -50928,6 +52755,7 @@ }, { "name": "kostenstelle", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -50936,51 +52764,51 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "projekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verantwortlicher", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "logdatei", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -50989,6 +52817,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -50997,6 +52827,7 @@ }, { "name": "kostenstelle_buchung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -51005,7 +52836,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -51016,40 +52847,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "datum", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "buchungstext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51057,10 +52888,10 @@ { "Field": "sonstiges", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51069,6 +52900,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -51077,6 +52910,7 @@ }, { "name": "kostenstellen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -51085,7 +52919,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -51093,10 +52927,10 @@ { "Field": "nummer", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51104,10 +52938,10 @@ { "Field": "beschreibung", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51115,10 +52949,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51127,6 +52961,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -51135,6 +52971,7 @@ }, { "name": "kundevorlage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -51143,7 +52980,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -51154,18 +52991,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlungsweise", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51176,7 +53013,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51187,7 +53024,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51198,18 +53035,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51229,6 +53066,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -51237,6 +53076,7 @@ }, { "name": "label_automatic", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -51245,7 +53085,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -51275,10 +53115,10 @@ { "Field": "action", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51286,10 +53126,10 @@ { "Field": "selection", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51298,6 +53138,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -51306,6 +53148,7 @@ }, { "name": "label_group", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -51314,7 +53157,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -51322,10 +53165,10 @@ { "Field": "group_table", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "UNI", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51333,10 +53176,10 @@ { "Field": "title", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51356,12 +53199,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "group_table", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "group_table" ] @@ -51370,6 +53217,7 @@ }, { "name": "label_reference", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -51378,7 +53226,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -51389,7 +53237,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51397,10 +53245,10 @@ { "Field": "reference_table", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51411,7 +53259,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51431,12 +53279,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "label_type_id", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "label_type_id", "reference_table", @@ -51445,6 +53297,8 @@ }, { "Key_name": "label_type_id_2", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "label_type_id", "reference_table", @@ -51453,6 +53307,8 @@ }, { "Key_name": "label_type_id_3", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "label_type_id", "reference_table", @@ -51461,6 +53317,8 @@ }, { "Key_name": "label_type_id_4", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "label_type_id", "reference_table", @@ -51469,6 +53327,8 @@ }, { "Key_name": "label_type_id_5", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "label_type_id", "reference_table", @@ -51477,6 +53337,8 @@ }, { "Key_name": "label_type_id_6", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "label_type_id", "reference_table", @@ -51487,6 +53349,7 @@ }, { "name": "label_type", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -51495,7 +53358,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -51514,10 +53377,10 @@ { "Field": "type", "Type": "varchar(24)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "UNI", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51525,10 +53388,10 @@ { "Field": "title", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51536,7 +53399,7 @@ { "Field": "hexcolor", "Type": "varchar(7)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'#ffffff'", @@ -51570,12 +53433,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "type", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "type" ] @@ -51584,6 +53451,7 @@ }, { "name": "laender", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -51592,7 +53460,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -51600,10 +53468,10 @@ { "Field": "iso", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51611,10 +53479,10 @@ { "Field": "iso3", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51622,32 +53490,32 @@ { "Field": "num_code", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung_de", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung_en", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51667,6 +53535,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -51675,6 +53545,7 @@ }, { "name": "lager", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -51683,18 +53554,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51702,10 +53573,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51716,7 +53587,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51727,7 +53598,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51738,7 +53609,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51780,6 +53651,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -51788,6 +53661,7 @@ }, { "name": "lager_bewegung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -51796,7 +53670,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -51807,7 +53681,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51818,7 +53692,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51836,11 +53710,11 @@ }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51851,7 +53725,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51862,29 +53736,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "referenz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51895,7 +53769,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51906,7 +53780,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51928,7 +53802,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51961,7 +53835,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -51969,10 +53843,10 @@ { "Field": "doctype", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52014,18 +53888,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -52034,6 +53914,7 @@ }, { "name": "lager_charge", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -52042,7 +53923,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -52050,10 +53931,10 @@ { "Field": "charge", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52064,7 +53945,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52075,7 +53956,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52097,7 +53978,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52108,7 +53989,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52116,10 +53997,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52128,18 +54009,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "lager_platz", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "lager_platz" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -52148,6 +54035,7 @@ }, { "name": "lager_differenzen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -52156,7 +54044,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -52167,7 +54055,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52178,7 +54066,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52189,7 +54077,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52200,7 +54088,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52211,7 +54099,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52222,7 +54110,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52233,7 +54121,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52244,7 +54132,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52253,6 +54141,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -52261,6 +54151,7 @@ }, { "name": "lager_mindesthaltbarkeitsdatum", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -52269,7 +54160,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -52280,7 +54171,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52291,7 +54182,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52302,7 +54193,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52324,7 +54215,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52335,7 +54226,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52343,10 +54234,10 @@ { "Field": "charge", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52354,10 +54245,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52366,18 +54257,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "lager_platz", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "lager_platz" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -52386,6 +54283,7 @@ }, { "name": "lager_platz", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -52394,7 +54292,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -52405,18 +54303,18 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kurzbezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52424,10 +54322,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52438,7 +54336,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52449,7 +54347,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52460,7 +54358,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52567,10 +54465,10 @@ { "Field": "abckategorie", "Type": "varchar(1)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52578,10 +54476,10 @@ { "Field": "regalart", "Type": "varchar(100)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52612,12 +54510,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "lager", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "lager" ] @@ -52626,6 +54528,7 @@ }, { "name": "lager_platz_inhalt", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -52634,7 +54537,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -52645,7 +54548,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52656,7 +54559,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52674,22 +54577,22 @@ }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52700,7 +54603,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52711,7 +54614,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52722,7 +54625,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52744,7 +54647,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52764,18 +54667,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] }, { "Key_name": "lager_platz", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "lager_platz" ] @@ -52784,6 +54693,7 @@ }, { "name": "lager_platz_vpe", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -52792,7 +54702,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -52803,7 +54713,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52944,6 +54854,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -52952,6 +54864,7 @@ }, { "name": "lager_reserviert", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -52960,7 +54873,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -52971,7 +54884,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -52982,7 +54895,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53000,33 +54913,33 @@ }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "objekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53037,7 +54950,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53048,18 +54961,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53070,7 +54983,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53123,12 +55036,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse", "artikel" @@ -53136,6 +55053,8 @@ }, { "Key_name": "objekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "objekt" ] @@ -53144,6 +55063,7 @@ }, { "name": "lager_seriennummern", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -53152,7 +55072,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -53163,7 +55083,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53174,7 +55094,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53185,7 +55105,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53193,10 +55113,10 @@ { "Field": "seriennummer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53204,10 +55124,10 @@ { "Field": "charge", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53218,7 +55138,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53226,10 +55146,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53238,6 +55158,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -53246,6 +55168,7 @@ }, { "name": "lagermindestmengen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -53254,7 +55177,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -53298,7 +55221,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53309,7 +55232,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53329,12 +55252,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel", "lager_platz" @@ -53344,6 +55271,7 @@ }, { "name": "lagerstueckliste", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -53352,7 +55280,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -53405,12 +55333,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -53419,6 +55351,7 @@ }, { "name": "lagerwert", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -53427,7 +55360,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -53438,7 +55371,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53515,7 +55448,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53548,7 +55481,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53556,10 +55489,10 @@ { "Field": "waehrungkalk", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53567,10 +55500,10 @@ { "Field": "waehrungletzt", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53601,18 +55534,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] }, { "Key_name": "datum", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "datum" ] @@ -53621,6 +55560,7 @@ }, { "name": "layouttemplate_attachment", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -53629,18 +55569,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "module", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53680,22 +55620,22 @@ }, { "Field": "language", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "country", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53735,11 +55675,11 @@ }, { "Field": "filename", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53748,6 +55688,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -53756,6 +55698,7 @@ }, { "name": "layouttemplate_attachment_items", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -53764,18 +55707,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "object", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53817,6 +55760,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -53825,6 +55770,7 @@ }, { "name": "layoutvorlagen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -53833,7 +55779,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -53841,10 +55787,10 @@ { "Field": "name", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53852,10 +55798,10 @@ { "Field": "typ", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53866,7 +55812,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53874,10 +55820,10 @@ { "Field": "format", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53885,10 +55831,10 @@ { "Field": "kategorie", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53908,6 +55854,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -53916,6 +55864,7 @@ }, { "name": "layoutvorlagen_positionen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -53924,7 +55873,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -53943,10 +55892,10 @@ { "Field": "name", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53954,10 +55903,10 @@ { "Field": "beschreibung", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53965,10 +55914,10 @@ { "Field": "typ", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -53976,10 +55925,10 @@ { "Field": "position_typ", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54042,10 +55991,10 @@ { "Field": "schrift_art", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54075,10 +56024,10 @@ { "Field": "schrift_farbe", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54086,10 +56035,10 @@ { "Field": "schrift_align", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54097,10 +56046,10 @@ { "Field": "hintergrund_farbe", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54108,10 +56057,10 @@ { "Field": "rahmen", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54119,10 +56068,10 @@ { "Field": "rahmen_farbe", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54141,10 +56090,10 @@ { "Field": "inhalt_deutsch", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54152,10 +56101,10 @@ { "Field": "inhalt_englisch", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54166,7 +56115,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54177,7 +56126,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54218,10 +56167,10 @@ { "Field": "bild_deutsch_typ", "Type": "varchar(5)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54229,10 +56178,10 @@ { "Field": "bild_englisch_typ", "Type": "varchar(5)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54274,12 +56223,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "layoutvorlage", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "layoutvorlage" ] @@ -54288,6 +56241,7 @@ }, { "name": "lieferadressen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -54296,139 +56250,139 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sprache", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54436,32 +56390,32 @@ { "Field": "sonstiges", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "steuer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54469,10 +56423,10 @@ { "Field": "adresse", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54490,11 +56444,11 @@ }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54513,10 +56467,10 @@ { "Field": "interne_bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54524,10 +56478,10 @@ { "Field": "hinweis", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54535,10 +56489,10 @@ { "Field": "gln", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54546,10 +56500,10 @@ { "Field": "ustid", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54557,10 +56511,10 @@ { "Field": "lieferbedingung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54568,10 +56522,10 @@ { "Field": "ust_befreit", "Type": "varchar(1)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54580,12 +56534,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -54594,6 +56552,7 @@ }, { "name": "lieferantvorlage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -54602,7 +56561,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -54613,29 +56572,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kundennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlungsweise", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54646,7 +56605,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54657,7 +56616,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54668,18 +56627,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54699,6 +56658,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -54707,6 +56668,7 @@ }, { "name": "lieferbedingungen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -54715,7 +56677,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -54723,10 +56685,10 @@ { "Field": "lieferbedingungen", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54734,10 +56696,10 @@ { "Field": "kennzeichen", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54746,6 +56708,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -54754,6 +56718,7 @@ }, { "name": "lieferschein", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -54762,7 +56727,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -54773,7 +56738,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54781,54 +56746,54 @@ { "Field": "projekt", "Type": "varchar(222)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferscheinart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "auftrag", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54839,7 +56804,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54847,10 +56812,10 @@ { "Field": "freitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54858,10 +56823,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -54872,161 +56837,161 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ustid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55034,32 +56999,32 @@ { "Field": "kundennummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versand", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55070,7 +57035,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55081,7 +57046,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55092,29 +57057,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_per", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_durch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55125,7 +57090,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55147,18 +57112,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vertrieb", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55169,29 +57134,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ihrebestellnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anschreiben", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55202,7 +57167,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55232,10 +57197,10 @@ { "Field": "lieferantenretoureinfo", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55286,11 +57251,11 @@ }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'firma'", + "Default": "''firma''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55298,10 +57263,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55312,7 +57277,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55374,11 +57339,11 @@ }, { "Field": "internebezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55389,7 +57354,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55408,10 +57373,10 @@ { "Field": "sprache", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55419,10 +57384,10 @@ { "Field": "bundesland", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55430,10 +57395,10 @@ { "Field": "gln", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55455,7 +57420,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55477,7 +57442,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55496,10 +57461,10 @@ { "Field": "kostenstelle", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55507,10 +57472,10 @@ { "Field": "bodyzusatz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55518,10 +57483,10 @@ { "Field": "lieferbedingung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55529,10 +57494,10 @@ { "Field": "titel", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55562,10 +57527,10 @@ { "Field": "bundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55607,60 +57572,80 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "auftragid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "auftragid" ] }, { "Key_name": "land", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "land" ] }, { "Key_name": "status", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "status" ] }, { "Key_name": "datum", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "datum" ] }, { "Key_name": "belegnr", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "belegnr" ] }, { "Key_name": "keinerechnung", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "keinerechnung" ] }, { "Key_name": "versandart", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "versandart" ] @@ -55669,6 +57654,7 @@ }, { "name": "lieferschein_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -55677,7 +57663,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -55688,7 +57674,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55699,7 +57685,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55710,18 +57696,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55729,10 +57715,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55740,32 +57726,32 @@ { "Field": "internerkommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "seriennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55776,7 +57762,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55787,18 +57773,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55809,7 +57795,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55817,10 +57803,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55828,10 +57814,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55842,7 +57828,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55853,7 +57839,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55882,11 +57868,11 @@ }, { "Field": "einheit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55894,7 +57880,7 @@ { "Field": "zolltarifnummer", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -55905,7 +57891,7 @@ { "Field": "herkunftsland", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -55916,10 +57902,10 @@ { "Field": "artikelnummerkunde", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55927,10 +57913,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55938,10 +57924,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55949,10 +57935,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55960,10 +57946,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55971,10 +57957,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55982,10 +57968,10 @@ { "Field": "freifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -55993,10 +57979,10 @@ { "Field": "freifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56004,10 +57990,10 @@ { "Field": "freifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56015,10 +58001,10 @@ { "Field": "freifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56026,10 +58012,10 @@ { "Field": "freifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56069,11 +58055,11 @@ }, { "Field": "lagertext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56103,10 +58089,10 @@ { "Field": "freifeld11", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56114,10 +58100,10 @@ { "Field": "freifeld12", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56125,10 +58111,10 @@ { "Field": "freifeld13", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56136,10 +58122,10 @@ { "Field": "freifeld14", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56147,10 +58133,10 @@ { "Field": "freifeld15", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56158,10 +58144,10 @@ { "Field": "freifeld16", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56169,10 +58155,10 @@ { "Field": "freifeld17", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56180,10 +58166,10 @@ { "Field": "freifeld18", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56191,10 +58177,10 @@ { "Field": "freifeld19", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56202,10 +58188,10 @@ { "Field": "freifeld20", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56213,10 +58199,10 @@ { "Field": "freifeld21", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56224,10 +58210,10 @@ { "Field": "freifeld22", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56235,10 +58221,10 @@ { "Field": "freifeld23", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56246,10 +58232,10 @@ { "Field": "freifeld24", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56257,10 +58243,10 @@ { "Field": "freifeld25", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56268,10 +58254,10 @@ { "Field": "freifeld26", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56279,10 +58265,10 @@ { "Field": "freifeld27", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56290,10 +58276,10 @@ { "Field": "freifeld28", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56301,10 +58287,10 @@ { "Field": "freifeld29", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56312,10 +58298,10 @@ { "Field": "freifeld30", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56323,10 +58309,10 @@ { "Field": "freifeld31", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56334,10 +58320,10 @@ { "Field": "freifeld32", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56345,10 +58331,10 @@ { "Field": "freifeld33", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56356,10 +58342,10 @@ { "Field": "freifeld34", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56367,10 +58353,10 @@ { "Field": "freifeld35", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56378,10 +58364,10 @@ { "Field": "freifeld36", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56389,10 +58375,10 @@ { "Field": "freifeld37", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56400,10 +58386,10 @@ { "Field": "freifeld38", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56411,10 +58397,10 @@ { "Field": "freifeld39", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56422,10 +58408,10 @@ { "Field": "freifeld40", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56455,10 +58441,10 @@ { "Field": "zollwaehrung", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56487,22 +58473,22 @@ }, { "Field": "nve", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "packstueck", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56544,24 +58530,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "lieferschein", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "lieferschein" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] }, { "Key_name": "auftrag_position_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "auftrag_position_id" ] @@ -56570,6 +58564,7 @@ }, { "name": "lieferschein_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -56578,7 +58573,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -56589,7 +58584,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56600,29 +58595,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56631,12 +58626,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "lieferschein", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "lieferschein" ] @@ -56645,6 +58644,7 @@ }, { "name": "lieferschwelle", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -56653,29 +58653,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ursprungsland", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "empfaengerland", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56693,11 +58693,11 @@ }, { "Field": "ustid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56708,7 +58708,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56719,7 +58719,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56730,7 +58730,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56741,7 +58741,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56752,7 +58752,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56763,7 +58763,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56774,7 +58774,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56785,7 +58785,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56826,10 +58826,10 @@ { "Field": "jahr", "Type": "varchar(4)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56849,12 +58849,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "empfaengerland", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "empfaengerland" ] @@ -56863,6 +58867,7 @@ }, { "name": "lieferschwelle_artikel", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -56871,7 +58876,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -56889,11 +58894,11 @@ }, { "Field": "empfaengerland", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56904,18 +58909,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -56935,18 +58940,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "empfaengerland", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "empfaengerland" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -56955,6 +58966,7 @@ }, { "name": "liefertermine_positionen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -56963,7 +58975,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -57007,7 +59019,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57016,6 +59028,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -57024,6 +59038,7 @@ }, { "name": "linkeditor", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -57032,7 +59047,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -57040,10 +59055,10 @@ { "Field": "rule", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57051,10 +59066,10 @@ { "Field": "replacewith", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57062,7 +59077,7 @@ { "Field": "active", "Type": "varchar(1)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'1'", @@ -57074,6 +59089,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -57082,6 +59099,7 @@ }, { "name": "log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -57090,7 +59108,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -57101,7 +59119,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57109,10 +59127,10 @@ { "Field": "level", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57120,21 +59138,21 @@ { "Field": "message", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "class", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57142,10 +59160,10 @@ { "Field": "method", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57156,7 +59174,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57164,21 +59182,21 @@ { "Field": "origin_type", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "origin_detail", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57186,10 +59204,10 @@ { "Field": "dump", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57198,6 +59216,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -57206,6 +59226,7 @@ }, { "name": "logdatei", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -57214,40 +59235,40 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "befehl", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "statement", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57258,7 +59279,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57269,7 +59290,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57278,6 +59299,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -57286,6 +59309,7 @@ }, { "name": "logfile", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -57294,7 +59318,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -57302,10 +59326,10 @@ { "Field": "meldung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57313,10 +59337,10 @@ { "Field": "dump", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57324,10 +59348,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57335,10 +59359,10 @@ { "Field": "action", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57346,10 +59370,10 @@ { "Field": "bearbeiter", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57357,10 +59381,10 @@ { "Field": "funktionsname", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57371,7 +59395,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57380,6 +59404,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -57388,6 +59414,7 @@ }, { "name": "magento2_extended_mapping", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -57396,7 +59423,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -57407,40 +59434,40 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "magento2_extended_mapping_name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "magento2_extended_mapping_type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "magento2_extended_mapping_parameter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57482,12 +59509,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shopexport_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shopexport_id" ] @@ -57496,6 +59527,7 @@ }, { "name": "mailausgang", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -57504,18 +59536,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "subject", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57526,40 +59558,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "from", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "to", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'0'", + "Default": "''0''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57581,7 +59613,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57590,6 +59622,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -57598,6 +59632,7 @@ }, { "name": "managementboard_liquiditaet", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -57606,7 +59641,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -57614,10 +59649,10 @@ { "Field": "bezeichnung", "Type": "varchar(200)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57628,7 +59663,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57639,7 +59674,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57681,6 +59716,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -57689,6 +59726,7 @@ }, { "name": "managementboard_liquiditaet_datum", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -57697,7 +59735,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -57705,10 +59743,10 @@ { "Field": "doctype", "Type": "varchar(200)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57730,7 +59768,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57739,6 +59777,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -57747,6 +59787,7 @@ }, { "name": "mandatory_field", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -57755,62 +59796,62 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "module", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "action", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "field_id", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "error_message", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57851,21 +59892,21 @@ { "Field": "comparator", "Type": "varchar(15)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "compareto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57874,18 +59915,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "module", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "module" ] }, { "Key_name": "action", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "action" ] @@ -57894,6 +59941,7 @@ }, { "name": "massenbearbeitung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -57902,7 +59950,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -57913,18 +59961,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "feld", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57932,32 +59980,32 @@ { "Field": "wert", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "subjekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "objekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -57966,6 +60014,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -57974,6 +60024,7 @@ }, { "name": "matrix_article_options_translation", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -57982,7 +60033,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -57993,73 +60044,73 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "language_from", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_from", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_external_from", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "language_to", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_to", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_external_to", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58067,10 +60118,10 @@ { "Field": "articlenumber_suffix_from", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58078,10 +60129,10 @@ { "Field": "articlenumber_suffix_to", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58092,7 +60143,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58101,6 +60152,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -58109,6 +60162,7 @@ }, { "name": "matrix_article_translation", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -58117,73 +60171,73 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "language_from", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_from", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_external_from", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "language_to", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_to", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_external_to", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58194,7 +60248,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58214,6 +60268,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -58222,6 +60278,7 @@ }, { "name": "matrix_list_view", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -58230,7 +60287,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -58260,21 +60317,21 @@ { "Field": "article_number", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "hash", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58282,10 +60339,10 @@ { "Field": "dimension1", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58304,10 +60361,10 @@ { "Field": "dimension2", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58326,10 +60383,10 @@ { "Field": "dimension3", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58348,10 +60405,10 @@ { "Field": "dimension4", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58370,10 +60427,10 @@ { "Field": "dimension5", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58392,10 +60449,10 @@ { "Field": "dimension6", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58414,10 +60471,10 @@ { "Field": "dimension7", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58436,10 +60493,10 @@ { "Field": "dimension8", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58458,10 +60515,10 @@ { "Field": "dimension9", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58480,10 +60537,10 @@ { "Field": "dimension10", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58502,10 +60559,10 @@ { "Field": "dimension11", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58524,10 +60581,10 @@ { "Field": "dimension12", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58546,10 +60603,10 @@ { "Field": "dimension13", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58568,10 +60625,10 @@ { "Field": "dimension14", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58590,10 +60647,10 @@ { "Field": "dimension15", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58612,10 +60669,10 @@ { "Field": "dimension16", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58634,10 +60691,10 @@ { "Field": "dimension17", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58656,10 +60713,10 @@ { "Field": "dimension18", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58678,10 +60735,10 @@ { "Field": "dimension19", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58700,10 +60757,10 @@ { "Field": "dimension20", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58723,12 +60780,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "matrix_article_id", + "Index_type": "HASH", + "Non_unique": "", "columns": [ "matrix_article_id", "hash" @@ -58738,6 +60799,7 @@ }, { "name": "matrix_list_view_status", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -58746,7 +60808,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -58788,12 +60850,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "matrix_article_id", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "matrix_article_id" ] @@ -58802,6 +60868,7 @@ }, { "name": "matrixprodukt_eigenschaftengruppen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -58810,7 +60877,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -58828,22 +60895,22 @@ }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_ext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58861,11 +60928,11 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58896,6 +60963,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -58904,6 +60973,7 @@ }, { "name": "matrixprodukt_eigenschaftengruppen_artikel", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -58912,7 +60982,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -58941,22 +61011,22 @@ }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_ext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -58974,11 +61044,11 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59042,12 +61112,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -59056,6 +61130,7 @@ }, { "name": "matrixprodukt_eigenschaftenoptionen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -59064,7 +61139,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -59093,22 +61168,22 @@ }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_ext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59137,11 +61212,11 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59149,10 +61224,10 @@ { "Field": "artikelnummer", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59160,10 +61235,10 @@ { "Field": "articlenumber_suffix", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59172,6 +61247,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -59180,6 +61257,7 @@ }, { "name": "matrixprodukt_eigenschaftenoptionen_artikel", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -59188,7 +61266,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -59228,22 +61306,22 @@ }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_ext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59283,11 +61361,11 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59295,10 +61373,10 @@ { "Field": "artikelnummer", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59306,10 +61384,10 @@ { "Field": "articlenumber_suffix", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59318,12 +61396,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "gruppe", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "gruppe" ] @@ -59332,6 +61414,7 @@ }, { "name": "matrixprodukt_optionen_zu_artikel", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -59340,7 +61423,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -59371,18 +61454,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "option_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "option_id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -59391,6 +61480,7 @@ }, { "name": "maximum_discount", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -59399,7 +61489,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -59430,6 +61520,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -59438,6 +61530,7 @@ }, { "name": "mhd_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -59446,7 +61539,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -59490,7 +61583,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59498,10 +61591,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59512,7 +61605,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59553,10 +61646,10 @@ { "Field": "doctype", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59585,11 +61678,11 @@ }, { "Field": "charge", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59620,18 +61713,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "doctypeid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "doctypeid" ] }, { "Key_name": "doctype", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "doctype" ] @@ -59640,6 +61739,7 @@ }, { "name": "mitarbeiterzeiterfassung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -59648,7 +61748,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -59667,10 +61767,10 @@ { "Field": "kuerzel", "Type": "varchar(50)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59681,7 +61781,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59692,7 +61792,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59714,7 +61814,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59725,7 +61825,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59766,10 +61866,10 @@ { "Field": "buchungsart", "Type": "varchar(100)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59789,6 +61889,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -59797,6 +61899,7 @@ }, { "name": "mitarbeiterzeiterfassung_einstellungen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -59805,7 +61908,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -59823,11 +61926,11 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -59923,7 +62026,7 @@ { "Field": "rundenkommen", "Type": "varchar(48)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'nicht_runden'", @@ -59934,7 +62037,7 @@ { "Field": "rundengehen", "Type": "varchar(48)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'nicht_runden'", @@ -60155,6 +62258,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -60163,6 +62268,7 @@ }, { "name": "mitarbeiterzeiterfassung_sollstunden", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -60171,7 +62277,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -60193,7 +62299,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60267,21 +62373,21 @@ { "Field": "kuerzel", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kommentar", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60292,7 +62398,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60303,7 +62409,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60311,10 +62417,10 @@ { "Field": "rundenkommen", "Type": "varchar(48)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60322,10 +62428,10 @@ { "Field": "rundengehen", "Type": "varchar(48)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60336,7 +62442,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60347,7 +62453,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60358,7 +62464,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60369,7 +62475,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60380,7 +62486,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60391,7 +62497,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60402,7 +62508,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60413,7 +62519,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60424,7 +62530,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60435,7 +62541,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60468,7 +62574,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60476,21 +62582,21 @@ { "Field": "vacation_request_token", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "internal_comment", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60499,18 +62605,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "datum", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "datum" ] @@ -60519,6 +62631,7 @@ }, { "name": "mlm_abrechnung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -60527,7 +62640,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -60538,7 +62651,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60549,7 +62662,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60560,7 +62673,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60602,6 +62715,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -60610,6 +62725,7 @@ }, { "name": "mlm_abrechnung_adresse", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -60618,7 +62734,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -60651,7 +62767,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60662,7 +62778,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60673,7 +62789,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60681,10 +62797,10 @@ { "Field": "mlmabrechnung", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60692,10 +62808,10 @@ { "Field": "alteposition", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60703,10 +62819,10 @@ { "Field": "neueposition", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60714,10 +62830,10 @@ { "Field": "erreichteposition", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60736,7 +62852,7 @@ { "Field": "waehrung", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'EUR'", @@ -60769,10 +62885,10 @@ { "Field": "rechnung_name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60780,10 +62896,10 @@ { "Field": "rechnung_strasse", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60791,10 +62907,10 @@ { "Field": "rechnung_ort", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60802,10 +62918,10 @@ { "Field": "rechnung_plz", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60813,10 +62929,10 @@ { "Field": "rechnung_land", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60824,10 +62940,10 @@ { "Field": "steuernummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60868,10 +62984,10 @@ { "Field": "bezahlt_bearbeiter", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60882,7 +62998,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60890,10 +63006,10 @@ { "Field": "bezahlt_status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60902,6 +63018,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -60910,6 +63028,7 @@ }, { "name": "mlm_abrechnung_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -60918,7 +63037,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -60947,11 +63066,11 @@ }, { "Field": "meldung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -60960,6 +63079,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -60968,6 +63089,7 @@ }, { "name": "mlm_downline", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -60976,7 +63098,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -61007,6 +63129,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -61015,6 +63139,7 @@ }, { "name": "mlm_positionierung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -61023,7 +63148,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -61041,11 +63166,11 @@ }, { "Field": "positionierung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61056,7 +63181,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61067,7 +63192,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61109,6 +63234,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -61117,6 +63244,7 @@ }, { "name": "mlm_wartekonto", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -61125,7 +63253,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -61154,11 +63282,11 @@ }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61166,10 +63294,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61180,7 +63308,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61233,6 +63361,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -61241,6 +63371,7 @@ }, { "name": "module_action", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -61249,29 +63380,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "module", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "action", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61280,12 +63411,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "module", + "Index_type": "HASH", + "Non_unique": "", "columns": [ "module", "action" @@ -61295,6 +63430,7 @@ }, { "name": "module_lock", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -61303,29 +63439,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "module", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "action", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61343,11 +63479,11 @@ }, { "Field": "salt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61367,6 +63503,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -61375,6 +63513,7 @@ }, { "name": "module_stat", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -61383,7 +63522,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -61391,10 +63530,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61402,10 +63541,10 @@ { "Field": "action", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61416,7 +63555,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61436,12 +63575,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "created_date", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "created_date", "module", @@ -61452,6 +63595,7 @@ }, { "name": "module_stat_detail", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -61460,7 +63604,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -61468,10 +63612,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61479,10 +63623,10 @@ { "Field": "action", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61523,10 +63667,10 @@ { "Field": "uid", "Type": "varchar(40)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61537,7 +63681,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61548,7 +63692,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61557,12 +63701,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "user_id", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "user_id", "uid", @@ -61577,6 +63725,7 @@ }, { "name": "module_status", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -61585,7 +63734,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -61593,10 +63742,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61616,6 +63765,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -61624,6 +63775,7 @@ }, { "name": "navigation_alternative", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -61632,7 +63784,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -61640,10 +63792,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61651,10 +63803,10 @@ { "Field": "action", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61662,10 +63814,10 @@ { "Field": "first", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61673,10 +63825,10 @@ { "Field": "sec", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61707,6 +63859,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -61715,6 +63869,7 @@ }, { "name": "newsletter_blacklist", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -61723,18 +63878,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61743,6 +63898,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -61751,26 +63908,27 @@ }, { "name": "newslettercache", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { "Field": "checksum", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "comment", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61780,6 +63938,7 @@ }, { "name": "notification_message", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -61788,7 +63947,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -61807,7 +63966,7 @@ { "Field": "type", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'default'", @@ -61818,10 +63977,10 @@ { "Field": "title", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61829,10 +63988,10 @@ { "Field": "message", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61840,10 +63999,10 @@ { "Field": "tags", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61851,10 +64010,10 @@ { "Field": "options_json", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61885,12 +64044,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "user_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "user_id" ] @@ -61899,6 +64062,7 @@ }, { "name": "object_stat", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -61907,7 +64071,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -61915,10 +64079,10 @@ { "Field": "object_type", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61926,10 +64090,10 @@ { "Field": "object_parameter", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61937,10 +64101,10 @@ { "Field": "event_type", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61951,7 +64115,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -61971,12 +64135,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "created_at", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "created_at", "object_type", @@ -61988,6 +64156,7 @@ }, { "name": "objekt_lager_platz", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -61996,7 +64165,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -62014,11 +64183,11 @@ }, { "Field": "objekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62058,22 +64227,22 @@ }, { "Field": "kommentar", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62093,24 +64262,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "lager_platz", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "lager_platz" ] }, { "Key_name": "parameter", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "parameter" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -62119,6 +64296,7 @@ }, { "name": "objekt_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -62127,7 +64305,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -62135,10 +64313,10 @@ { "Field": "objekt", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62157,21 +64335,21 @@ { "Field": "action_long", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "meldung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'0'", + "Default": "''0''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62179,10 +64357,10 @@ { "Field": "bearbeiter", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62193,7 +64371,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62202,6 +64380,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -62210,6 +64390,7 @@ }, { "name": "offenevorgaenge", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -62218,7 +64399,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -62229,29 +64410,29 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "titel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "href", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62259,21 +64440,21 @@ { "Field": "beschriftung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "linkremove", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62293,12 +64474,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -62307,6 +64492,7 @@ }, { "name": "onlineshop_transfer_cart", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -62315,7 +64501,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -62334,10 +64520,10 @@ { "Field": "cart_original", "Type": "mediumtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62345,10 +64531,10 @@ { "Field": "cart_transfer", "Type": "mediumtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62356,43 +64542,43 @@ { "Field": "template", "Type": "mediumtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "extid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "internet", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62412,18 +64598,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] }, { "Key_name": "extid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "extid" ] @@ -62432,6 +64624,7 @@ }, { "name": "onlineshops_tasks", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -62440,7 +64633,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -62458,22 +64651,22 @@ }, { "Field": "command", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "'inactive'", + "Default": "''inactive''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62515,6 +64708,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -62523,6 +64718,7 @@ }, { "name": "openstreetmap_status", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -62531,7 +64727,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -62562,6 +64758,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -62570,6 +64768,7 @@ }, { "name": "paketannahme", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -62578,7 +64777,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -62589,7 +64788,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62600,7 +64799,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62611,7 +64810,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62619,10 +64818,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62633,29 +64832,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "gewicht", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62666,40 +64865,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vorlage", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vorlageid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62710,7 +64909,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62718,10 +64917,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62732,7 +64931,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62743,7 +64942,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62754,7 +64953,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62765,29 +64964,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter_distribution", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "postgrund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62805,22 +65004,22 @@ }, { "Field": "renr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lsnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62829,6 +65028,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -62837,6 +65038,7 @@ }, { "name": "paketdistribution", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -62845,18 +65047,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62867,7 +65069,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62878,7 +65080,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62889,7 +65091,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62900,7 +65102,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62911,18 +65113,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62933,7 +65135,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62941,10 +65143,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62955,7 +65157,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -62986,6 +65188,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -62994,6 +65198,7 @@ }, { "name": "partner", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -63002,7 +65207,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -63013,29 +65218,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ref", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63046,7 +65251,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63057,7 +65262,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63068,7 +65273,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63079,7 +65284,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63090,7 +65295,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63110,6 +65315,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -63118,6 +65325,7 @@ }, { "name": "partner_verkauf", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -63126,7 +65334,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -63137,7 +65345,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63148,7 +65356,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63159,7 +65367,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63170,7 +65378,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63181,7 +65389,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63192,7 +65400,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63201,6 +65409,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -63209,6 +65419,7 @@ }, { "name": "parts_list_alternative", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -63217,7 +65428,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -63246,11 +65457,11 @@ }, { "Field": "reason", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63259,6 +65470,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -63267,6 +65480,7 @@ }, { "name": "payment_transaction", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -63275,7 +65489,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -63294,10 +65508,10 @@ { "Field": "payment_status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63338,21 +65552,21 @@ { "Field": "currency", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "payment_reason", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63360,10 +65574,10 @@ { "Field": "payment_json", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63392,11 +65606,11 @@ }, { "Field": "payment_info", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63416,30 +65630,40 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "returnorder_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "returnorder_id" ] }, { "Key_name": "liabilitiy_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "liability_id" ] }, { "Key_name": "payment_transaction_group_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "payment_transaction_group_id" ] }, { "Key_name": "payment_account_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "payment_account_id" ] @@ -63448,6 +65672,7 @@ }, { "name": "payment_transaction_group", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -63456,7 +65681,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -63485,22 +65710,22 @@ }, { "Field": "comment", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "created_by", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63509,12 +65734,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "payment_account_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "payment_account_id" ] @@ -63523,6 +65752,7 @@ }, { "name": "payment_transaction_preview", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -63531,7 +65761,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -63616,32 +65846,32 @@ { "Field": "currency", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "payment_reason", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "payment_info", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63650,18 +65880,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "user_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "user_id" ] }, { "Key_name": "returnorder_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "returnorder_id" ] @@ -63670,6 +65906,7 @@ }, { "name": "paymentaccount_import_job", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -63678,7 +65915,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -63700,7 +65937,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63711,7 +65948,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63730,7 +65967,7 @@ { "Field": "status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'created'", @@ -63742,12 +65979,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "paymentaccount_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "paymentaccount_id", "status" @@ -63757,6 +65998,7 @@ }, { "name": "paymentaccount_import_scheduler", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -63765,7 +66007,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -63796,12 +66038,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "paymentaccount_id", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "paymentaccount_id", "hour" @@ -63811,6 +66057,7 @@ }, { "name": "paymentimport_lock", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -63819,7 +66066,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -63838,10 +66085,10 @@ { "Field": "locked_by_type", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63874,7 +66121,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63883,12 +66130,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "paymentaccount_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "paymentaccount_id" ] @@ -63897,6 +66148,7 @@ }, { "name": "pdfarchiv", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -63905,7 +66157,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -63916,7 +66168,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63924,10 +66176,10 @@ { "Field": "checksum", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63946,10 +66198,10 @@ { "Field": "table_name", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63957,10 +66209,10 @@ { "Field": "doctype", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63968,10 +66220,10 @@ { "Field": "doctypeorig", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63979,10 +66231,10 @@ { "Field": "dateiname", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -63990,10 +66242,10 @@ { "Field": "bearbeiter", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64001,10 +66253,10 @@ { "Field": "belegnummer", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64044,11 +66296,11 @@ }, { "Field": "parameter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64057,18 +66309,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "table_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "table_id" ] }, { "Key_name": "schreibschutz", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "schreibschutz" ] @@ -64077,6 +66335,7 @@ }, { "name": "pdfmirror_md5pool", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -64085,7 +66344,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -64096,7 +66355,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64104,10 +66363,10 @@ { "Field": "checksum", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64126,10 +66385,10 @@ { "Field": "table_name", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64137,10 +66396,10 @@ { "Field": "bearbeiter", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64171,6 +66430,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -64179,6 +66440,7 @@ }, { "name": "permissionhistory", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -64187,7 +66449,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -64198,18 +66460,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "granting_user_name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64220,40 +66482,40 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "receiving_user_name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "module", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "action", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64264,7 +66526,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64284,6 +66546,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -64292,6 +66556,7 @@ }, { "name": "pinwand", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -64300,7 +66565,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -64308,10 +66573,10 @@ { "Field": "name", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64331,6 +66596,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -64339,6 +66606,7 @@ }, { "name": "pinwand_user", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -64347,7 +66615,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -64378,12 +66646,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "pinwand", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "pinwand", "user" @@ -64393,6 +66665,7 @@ }, { "name": "pos_abschluss", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -64401,7 +66674,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -64412,7 +66685,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64434,7 +66707,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64445,7 +66718,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64454,6 +66727,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -64462,6 +66737,7 @@ }, { "name": "pos_kassierer", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -64470,7 +66746,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -64500,10 +66776,10 @@ { "Field": "kassenkennung", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64523,6 +66799,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -64531,6 +66809,7 @@ }, { "name": "pos_order", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -64539,7 +66818,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -64616,7 +66895,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64624,10 +66903,10 @@ { "Field": "zahlungsweise", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64646,10 +66925,10 @@ { "Field": "lager", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64671,7 +66950,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64682,7 +66961,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64712,10 +66991,10 @@ { "Field": "tip_konto", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64724,12 +67003,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] @@ -64738,6 +67021,7 @@ }, { "name": "pos_rksv", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -64746,7 +67030,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -64757,7 +67041,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64768,7 +67052,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64853,10 +67137,10 @@ { "Field": "umsatzzaehler_aes", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64864,10 +67148,10 @@ { "Field": "signatur", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64875,10 +67159,10 @@ { "Field": "jwscompact", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64886,10 +67170,10 @@ { "Field": "belegart", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64900,7 +67184,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64909,6 +67193,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -64917,6 +67203,7 @@ }, { "name": "pos_sessions", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -64925,7 +67212,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -64944,7 +67231,7 @@ { "Field": "kassierer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -64955,10 +67242,10 @@ { "Field": "sesssionbezeichnung", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64966,10 +67253,10 @@ { "Field": "data", "Type": "longtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -64980,7 +67267,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65000,6 +67287,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -65008,6 +67297,7 @@ }, { "name": "pos_tagesabschluss", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -65016,7 +67306,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -65060,7 +67350,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65068,10 +67358,10 @@ { "Field": "nummer", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65080,18 +67370,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "datum", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "datum" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] @@ -65100,6 +67396,7 @@ }, { "name": "pos_zaehlungen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -65108,7 +67405,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -65325,10 +67622,10 @@ { "Field": "kommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65336,10 +67633,10 @@ { "Field": "bearbeiter", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65359,6 +67656,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -65367,6 +67666,7 @@ }, { "name": "preisanfrage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -65375,7 +67675,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -65386,51 +67686,51 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "projekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "auftrag", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65441,7 +67741,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65449,21 +67749,21 @@ { "Field": "freitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65474,7 +67774,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65485,194 +67785,194 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ustid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferantennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versand", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65683,7 +67983,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65694,7 +67994,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65705,29 +68005,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_per", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_durch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65738,7 +68038,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65760,29 +68060,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "reservierart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "auslagerart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "'sammel'", + "Default": "''sammel''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65804,7 +68104,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65815,7 +68115,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65833,22 +68133,22 @@ }, { "Field": "internebezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anschreiben", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65859,7 +68159,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65932,22 +68232,22 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'EUR'", + "Default": "''EUR''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'firma'", + "Default": "''firma''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65958,7 +68258,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65977,10 +68277,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65988,10 +68288,10 @@ { "Field": "sprache", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -65999,10 +68299,10 @@ { "Field": "bodyzusatz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66010,10 +68310,10 @@ { "Field": "lieferbedingung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66021,10 +68321,10 @@ { "Field": "titel", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66032,10 +68332,10 @@ { "Field": "bundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66055,6 +68355,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -66063,6 +68365,7 @@ }, { "name": "preisanfrage_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -66071,7 +68374,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -66082,7 +68385,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66093,7 +68396,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66104,29 +68407,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66134,10 +68437,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66145,10 +68448,10 @@ { "Field": "internerkommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66159,7 +68462,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66170,7 +68473,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66178,10 +68481,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66192,7 +68495,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66203,29 +68506,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "einheit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66236,7 +68539,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66266,10 +68569,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66277,10 +68580,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66288,10 +68591,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66299,10 +68602,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66310,10 +68613,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66321,10 +68624,10 @@ { "Field": "freifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66332,10 +68635,10 @@ { "Field": "freifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66343,10 +68646,10 @@ { "Field": "freifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66354,10 +68657,10 @@ { "Field": "freifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66365,10 +68668,10 @@ { "Field": "freifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66376,10 +68679,10 @@ { "Field": "freifeld11", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66387,10 +68690,10 @@ { "Field": "freifeld12", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66398,10 +68701,10 @@ { "Field": "freifeld13", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66409,10 +68712,10 @@ { "Field": "freifeld14", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66420,10 +68723,10 @@ { "Field": "freifeld15", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66431,10 +68734,10 @@ { "Field": "freifeld16", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66442,10 +68745,10 @@ { "Field": "freifeld17", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66453,10 +68756,10 @@ { "Field": "freifeld18", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66464,10 +68767,10 @@ { "Field": "freifeld19", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66475,10 +68778,10 @@ { "Field": "freifeld20", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66486,10 +68789,10 @@ { "Field": "freifeld21", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66497,10 +68800,10 @@ { "Field": "freifeld22", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66508,10 +68811,10 @@ { "Field": "freifeld23", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66519,10 +68822,10 @@ { "Field": "freifeld24", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66530,10 +68833,10 @@ { "Field": "freifeld25", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66541,10 +68844,10 @@ { "Field": "freifeld26", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66552,10 +68855,10 @@ { "Field": "freifeld27", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66563,10 +68866,10 @@ { "Field": "freifeld28", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66574,10 +68877,10 @@ { "Field": "freifeld29", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66585,10 +68888,10 @@ { "Field": "freifeld30", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66596,10 +68899,10 @@ { "Field": "freifeld31", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66607,10 +68910,10 @@ { "Field": "freifeld32", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66618,10 +68921,10 @@ { "Field": "freifeld33", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66629,10 +68932,10 @@ { "Field": "freifeld34", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66640,10 +68943,10 @@ { "Field": "freifeld35", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66651,10 +68954,10 @@ { "Field": "freifeld36", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66662,10 +68965,10 @@ { "Field": "freifeld37", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66673,10 +68976,10 @@ { "Field": "freifeld38", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66684,10 +68987,10 @@ { "Field": "freifeld39", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66695,10 +68998,10 @@ { "Field": "freifeld40", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66707,12 +69010,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "preisanfrage", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "preisanfrage" ] @@ -66721,6 +69028,7 @@ }, { "name": "preisanfrage_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -66729,7 +69037,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -66740,7 +69048,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66751,29 +69059,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66782,6 +69090,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -66790,6 +69100,7 @@ }, { "name": "presta_image_association", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -66798,7 +69109,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -66809,7 +69120,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66820,7 +69131,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66831,7 +69142,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66840,6 +69151,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -66848,6 +69161,7 @@ }, { "name": "presta_matrix_association", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -66856,7 +69170,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -66867,7 +69181,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66878,7 +69192,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66889,7 +69203,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66898,6 +69212,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -66906,6 +69222,7 @@ }, { "name": "produktion", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -66914,7 +69231,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -66925,18 +69242,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "art", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66944,54 +69261,54 @@ { "Field": "projekt", "Type": "varchar(222)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "internet", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "angebot", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -66999,10 +69316,10 @@ { "Field": "freitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67010,10 +69327,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67021,7 +69338,7 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'angelegt'", @@ -67035,73 +69352,73 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67109,21 +69426,21 @@ { "Field": "plz", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67131,10 +69448,10 @@ { "Field": "land", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67142,10 +69459,10 @@ { "Field": "ustid", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67156,7 +69473,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67167,95 +69484,95 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kundennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vertrieb", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlungsweise", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67266,7 +69583,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67277,7 +69594,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67288,117 +69605,117 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bank_inhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bank_institut", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bank_blz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bank_konto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_inhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_pruefnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_monat", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kreditkarte_jahr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67409,7 +69726,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67420,7 +69737,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67431,29 +69748,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_per", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_durch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67464,7 +69781,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67475,7 +69792,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67486,7 +69803,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67497,40 +69814,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "liefername", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferunterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67538,32 +69855,32 @@ { "Field": "lieferland", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferstrasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67571,65 +69888,65 @@ { "Field": "lieferplz", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferadresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "packstation_inhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "packstation_station", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "packstation_ident", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67637,21 +69954,21 @@ { "Field": "packstation_plz", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "packstation_ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67662,7 +69979,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67673,7 +69990,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67684,7 +70001,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67706,7 +70023,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67717,7 +70034,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67728,7 +70045,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67739,7 +70056,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67750,7 +70067,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67761,7 +70078,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67772,7 +70089,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67783,7 +70100,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67794,7 +70111,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67805,7 +70122,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67816,7 +70133,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67827,7 +70144,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67838,7 +70155,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67849,7 +70166,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67860,7 +70177,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67871,40 +70188,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornogrund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornosonstiges", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornorueckzahlung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67922,44 +70239,44 @@ }, { "Field": "stornobankinhaber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornobankkonto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornobankblz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornobankbank", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67970,18 +70287,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornogutschriftbeleg", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -67992,18 +70309,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornomanuellebearbeitung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68011,21 +70328,21 @@ { "Field": "stornokommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornobezahlt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68036,18 +70353,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornobezahltvon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68058,18 +70375,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stornorueckzahlungper", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68080,7 +70397,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68091,7 +70408,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68102,18 +70419,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kennen", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68131,11 +70448,11 @@ }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68146,18 +70463,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anschreiben", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68168,7 +70485,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68241,11 +70558,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'EUR'", + "Default": "''EUR''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68285,33 +70602,33 @@ }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'firma'", + "Default": "''firma''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "reservierart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "auslagerart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "'sammel'", + "Default": "''sammel''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68333,7 +70650,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68344,7 +70661,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68362,11 +70679,11 @@ }, { "Field": "charge", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68388,7 +70705,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68399,7 +70716,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68410,7 +70727,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68428,11 +70745,11 @@ }, { "Field": "internebezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68498,7 +70815,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68528,10 +70845,10 @@ { "Field": "abschlussbemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68586,7 +70903,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68606,18 +70923,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "auftragid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "auftragid" ] @@ -68626,6 +70949,7 @@ }, { "name": "produktion_arbeitsanweisung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -68634,7 +70958,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -68674,11 +70998,11 @@ }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68686,10 +71010,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68700,7 +71024,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68718,11 +71042,11 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68763,10 +71087,10 @@ { "Field": "status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68775,12 +71099,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "produktion", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "produktion" ] @@ -68789,6 +71117,7 @@ }, { "name": "produktion_arbeitsanweisung_batch", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -68797,7 +71126,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -68830,7 +71159,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68841,7 +71170,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68860,21 +71189,21 @@ { "Field": "batch", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -68894,18 +71223,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "produktion_arbeitsanweisung", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "produktion_arbeitsanweisung" ] }, { "Key_name": "produktion", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "produktion" ] @@ -68914,6 +71249,7 @@ }, { "name": "produktion_baugruppen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -68922,7 +71258,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -68962,44 +71298,44 @@ }, { "Field": "baugruppennr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "seriennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "pruefer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kommentar", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69063,12 +71399,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "produktion", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "produktion" ] @@ -69077,6 +71417,7 @@ }, { "name": "produktion_baugruppen_charge", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -69085,7 +71426,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -69126,10 +71467,10 @@ { "Field": "chargennummer", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69140,18 +71481,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69171,24 +71512,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "produktion", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "produktion" ] }, { "Key_name": "baugruppe", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "baugruppe" ] }, { "Key_name": "charge", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "charge" ] @@ -69197,6 +71546,7 @@ }, { "name": "produktion_charge", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -69205,7 +71555,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -69234,11 +71584,11 @@ }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69246,21 +71596,21 @@ { "Field": "kommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69268,10 +71618,10 @@ { "Field": "chargennummer", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69282,7 +71632,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69290,10 +71640,10 @@ { "Field": "typ", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69324,18 +71674,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "produktion", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "produktion" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] @@ -69344,6 +71700,7 @@ }, { "name": "produktion_etiketten", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -69352,7 +71709,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -69427,12 +71784,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "produktion", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "produktion" ] @@ -69441,6 +71802,7 @@ }, { "name": "produktion_funktionsprotokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -69449,7 +71811,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -69489,11 +71851,11 @@ }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69501,10 +71863,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69515,62 +71877,62 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'frage'", + "Default": "''frage''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "widget", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "klassen", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beschreibung_textfeld1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beschreibung_textfeld2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69600,10 +71962,10 @@ { "Field": "config", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69643,11 +72005,11 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69656,12 +72018,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "produktion", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "produktion" ] @@ -69670,6 +72036,7 @@ }, { "name": "produktion_funktionsprotokoll_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -69678,7 +72045,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -69708,10 +72075,10 @@ { "Field": "textfeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69719,10 +72086,10 @@ { "Field": "textfeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69730,10 +72097,10 @@ { "Field": "eingabejson", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69741,10 +72108,10 @@ { "Field": "eingabehtml", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69752,10 +72119,10 @@ { "Field": "ausgabejson", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69763,10 +72130,10 @@ { "Field": "ausgabehtml", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69795,11 +72162,11 @@ }, { "Field": "klasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69807,21 +72174,21 @@ { "Field": "kommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69852,12 +72219,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "funktionsprotokoll", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "funktionsprotokoll" ] @@ -69866,6 +72237,7 @@ }, { "name": "produktion_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -69874,7 +72246,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -69885,7 +72257,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69896,7 +72268,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69907,18 +72279,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69926,10 +72298,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69937,21 +72309,21 @@ { "Field": "internerkommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69962,7 +72334,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69973,18 +72345,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -69995,18 +72367,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70017,7 +72389,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70025,21 +72397,21 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "umsatzsteuer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70047,10 +72419,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70061,7 +72433,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70072,7 +72444,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70083,7 +72455,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70094,7 +72466,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70116,7 +72488,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70145,11 +72517,11 @@ }, { "Field": "einheit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70160,7 +72532,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70168,10 +72540,10 @@ { "Field": "steuertext", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70179,10 +72551,10 @@ { "Field": "erloese", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70201,10 +72573,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70212,10 +72584,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70223,10 +72595,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70234,10 +72606,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70245,10 +72617,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70256,10 +72628,10 @@ { "Field": "freifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70267,10 +72639,10 @@ { "Field": "freifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70278,10 +72650,10 @@ { "Field": "freifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70289,10 +72661,10 @@ { "Field": "freifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70300,10 +72672,10 @@ { "Field": "freifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70311,10 +72683,10 @@ { "Field": "freifeld11", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70322,10 +72694,10 @@ { "Field": "freifeld12", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70333,10 +72705,10 @@ { "Field": "freifeld13", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70344,10 +72716,10 @@ { "Field": "freifeld14", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70355,10 +72727,10 @@ { "Field": "freifeld15", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70366,10 +72738,10 @@ { "Field": "freifeld16", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70377,10 +72749,10 @@ { "Field": "freifeld17", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70388,10 +72760,10 @@ { "Field": "freifeld18", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70399,10 +72771,10 @@ { "Field": "freifeld19", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70410,10 +72782,10 @@ { "Field": "freifeld20", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70421,10 +72793,10 @@ { "Field": "freifeld21", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70432,10 +72804,10 @@ { "Field": "freifeld22", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70443,10 +72815,10 @@ { "Field": "freifeld23", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70454,10 +72826,10 @@ { "Field": "freifeld24", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70465,10 +72837,10 @@ { "Field": "freifeld25", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70476,10 +72848,10 @@ { "Field": "freifeld26", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70487,10 +72859,10 @@ { "Field": "freifeld27", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70498,10 +72870,10 @@ { "Field": "freifeld28", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70509,10 +72881,10 @@ { "Field": "freifeld29", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70520,10 +72892,10 @@ { "Field": "freifeld30", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70531,10 +72903,10 @@ { "Field": "freifeld31", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70542,10 +72914,10 @@ { "Field": "freifeld32", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70553,10 +72925,10 @@ { "Field": "freifeld33", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70564,10 +72936,10 @@ { "Field": "freifeld34", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70575,10 +72947,10 @@ { "Field": "freifeld35", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70586,10 +72958,10 @@ { "Field": "freifeld36", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70597,10 +72969,10 @@ { "Field": "freifeld37", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70608,10 +72980,10 @@ { "Field": "freifeld38", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70619,10 +72991,10 @@ { "Field": "freifeld39", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70630,10 +73002,10 @@ { "Field": "freifeld40", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70664,24 +73036,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "produktion", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "produktion" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] }, { "Key_name": "explodiert_parent", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "explodiert_parent" ] @@ -70690,6 +73070,7 @@ }, { "name": "produktion_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -70698,7 +73079,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -70720,29 +73101,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70751,12 +73132,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "produktion", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "produktion" ] @@ -70765,6 +73150,7 @@ }, { "name": "produktion_unterseriennummern", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -70773,7 +73159,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -70813,22 +73199,22 @@ }, { "Field": "seriennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70857,11 +73243,11 @@ }, { "Field": "kommentar", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70870,12 +73256,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "baugruppe", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "baugruppe" ] @@ -70884,6 +73274,7 @@ }, { "name": "produktionslager", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -70892,7 +73283,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -70903,7 +73294,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70914,18 +73305,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70933,10 +73324,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70947,18 +73338,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -70969,29 +73360,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "produzent", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71002,7 +73393,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71022,6 +73413,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -71030,6 +73423,7 @@ }, { "name": "proformarechnung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -71038,7 +73432,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -71049,7 +73443,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71060,7 +73454,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71068,43 +73462,43 @@ { "Field": "projekt", "Type": "varchar(222)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anlegeart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "auftrag", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71115,18 +73509,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71134,10 +73528,10 @@ { "Field": "freitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71145,10 +73539,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71156,10 +73550,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71170,117 +73564,117 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ustid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71291,7 +73685,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71302,7 +73696,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71313,7 +73707,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71324,51 +73718,51 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71376,10 +73770,10 @@ { "Field": "kundennummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71390,18 +73784,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71412,40 +73806,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "buchhaltung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlungsweise", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlungsstatus", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71478,7 +73872,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71489,7 +73883,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71500,7 +73894,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71511,7 +73905,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71522,7 +73916,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71533,7 +73927,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71544,29 +73938,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_per", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_durch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71577,18 +73971,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "mahnwesen", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71599,7 +73993,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71610,7 +74004,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71618,10 +74012,10 @@ { "Field": "mahnwesen_internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71632,7 +74026,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71643,7 +74037,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71665,7 +74059,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71830,7 +74224,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71838,21 +74232,21 @@ { "Field": "aktion", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vertrieb", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71863,7 +74257,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71874,7 +74268,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71896,7 +74290,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71907,7 +74301,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71918,29 +74312,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ihrebestellnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anschreiben", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71951,7 +74345,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71973,7 +74367,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71984,7 +74378,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -71995,7 +74389,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72006,7 +74400,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72017,7 +74411,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72028,7 +74422,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72039,7 +74433,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72050,7 +74444,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72061,7 +74455,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72072,7 +74466,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72134,11 +74528,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'EUR'", + "Default": "''EUR''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72149,7 +74543,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72189,11 +74583,11 @@ }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'firma'", + "Default": "''firma''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72204,7 +74598,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72234,10 +74628,10 @@ { "Field": "systemfreitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72266,11 +74660,11 @@ }, { "Field": "internebezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72281,7 +74675,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72303,7 +74697,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72311,10 +74705,10 @@ { "Field": "sprache", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72325,18 +74719,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "titel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72347,7 +74741,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72355,10 +74749,10 @@ { "Field": "bodyzusatz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72366,43 +74760,43 @@ { "Field": "lieferbedingung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "liefername", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferunterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72410,32 +74804,32 @@ { "Field": "lieferland", "Type": "varchar(2)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferstrasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72443,43 +74837,43 @@ { "Field": "lieferplz", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferadresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "liefertitel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72487,10 +74881,10 @@ { "Field": "liefergln", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72501,7 +74895,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72520,43 +74914,43 @@ { "Field": "verzollinformationen", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verzollungname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verzollungabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verzollungunterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72564,32 +74958,32 @@ { "Field": "verzollungland", "Type": "varchar(2)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verzollungstrasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verzollungort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72597,54 +74991,54 @@ { "Field": "verzollungplz", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verzollungadresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verzollungansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verzollungtitel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "formelmenge", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72663,10 +75057,10 @@ { "Field": "bundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72674,10 +75068,10 @@ { "Field": "lieferbundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72686,6 +75080,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -72694,6 +75090,7 @@ }, { "name": "proformarechnung_lieferschein", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -72702,7 +75099,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -72755,6 +75152,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -72763,6 +75162,7 @@ }, { "name": "proformarechnung_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -72771,7 +75171,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -72782,7 +75182,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72793,7 +75193,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72804,18 +75204,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72823,10 +75223,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72834,21 +75234,21 @@ { "Field": "internerkommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72859,7 +75259,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72877,11 +75277,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72892,18 +75292,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72914,7 +75314,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72922,21 +75322,21 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "umsatzsteuer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72944,10 +75344,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72980,7 +75380,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -72991,7 +75391,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73002,7 +75402,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73013,7 +75413,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73024,7 +75424,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73035,7 +75435,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73046,7 +75446,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73057,7 +75457,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73068,7 +75468,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73079,7 +75479,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73090,7 +75490,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73101,18 +75501,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "einheit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73123,7 +75523,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73131,7 +75531,7 @@ { "Field": "zolltarifnummer", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -73142,7 +75542,7 @@ { "Field": "herkunftsland", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -73153,10 +75553,10 @@ { "Field": "artikelnummerkunde", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73197,10 +75597,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73208,10 +75608,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73219,10 +75619,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73230,10 +75630,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73241,10 +75641,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73252,10 +75652,10 @@ { "Field": "freifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73263,10 +75663,10 @@ { "Field": "freifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73274,10 +75674,10 @@ { "Field": "freifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73285,10 +75685,10 @@ { "Field": "freifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73296,10 +75696,10 @@ { "Field": "freifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73310,18 +75710,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "steuertext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73329,10 +75729,10 @@ { "Field": "erloese", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73340,10 +75740,10 @@ { "Field": "kostenstelle", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73362,10 +75762,10 @@ { "Field": "freifeld11", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73373,10 +75773,10 @@ { "Field": "freifeld12", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73384,10 +75784,10 @@ { "Field": "freifeld13", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73395,10 +75795,10 @@ { "Field": "freifeld14", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73406,10 +75806,10 @@ { "Field": "freifeld15", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73417,10 +75817,10 @@ { "Field": "freifeld16", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73428,10 +75828,10 @@ { "Field": "freifeld17", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73439,10 +75839,10 @@ { "Field": "freifeld18", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73450,10 +75850,10 @@ { "Field": "freifeld19", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73461,10 +75861,10 @@ { "Field": "freifeld20", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73472,10 +75872,10 @@ { "Field": "freifeld21", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73483,10 +75883,10 @@ { "Field": "freifeld22", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73494,10 +75894,10 @@ { "Field": "freifeld23", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73505,10 +75905,10 @@ { "Field": "freifeld24", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73516,10 +75916,10 @@ { "Field": "freifeld25", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73527,10 +75927,10 @@ { "Field": "freifeld26", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73538,10 +75938,10 @@ { "Field": "freifeld27", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73549,10 +75949,10 @@ { "Field": "freifeld28", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73560,10 +75960,10 @@ { "Field": "freifeld29", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73571,10 +75971,10 @@ { "Field": "freifeld30", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73582,10 +75982,10 @@ { "Field": "freifeld31", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73593,10 +75993,10 @@ { "Field": "freifeld32", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73604,10 +76004,10 @@ { "Field": "freifeld33", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73615,10 +76015,10 @@ { "Field": "freifeld34", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73626,10 +76026,10 @@ { "Field": "freifeld35", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73637,10 +76037,10 @@ { "Field": "freifeld36", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73648,10 +76048,10 @@ { "Field": "freifeld37", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73659,10 +76059,10 @@ { "Field": "freifeld38", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73670,10 +76070,10 @@ { "Field": "freifeld39", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73681,32 +76081,32 @@ { "Field": "freifeld40", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "formelmenge", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "formelpreis", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73717,7 +76117,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73726,12 +76126,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "proformarechnung", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "proformarechnung" ] @@ -73740,6 +76144,7 @@ }, { "name": "proformarechnung_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -73748,7 +76153,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -73759,7 +76164,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73770,29 +76175,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73801,6 +76206,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -73809,6 +76216,7 @@ }, { "name": "projekt", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -73817,7 +76225,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -73825,10 +76233,10 @@ { "Field": "name", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73836,10 +76244,10 @@ { "Field": "abkuerzung", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73847,10 +76255,10 @@ { "Field": "verantwortlicher", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73858,10 +76266,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73869,10 +76277,10 @@ { "Field": "sonstiges", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73880,10 +76288,10 @@ { "Field": "aktiv", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73891,10 +76299,10 @@ { "Field": "farbe", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73905,7 +76313,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73916,7 +76324,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73927,7 +76335,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73938,7 +76346,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73946,10 +76354,10 @@ { "Field": "checkname", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73960,7 +76368,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73968,10 +76376,10 @@ { "Field": "zahlungsmailbedinungen", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73982,7 +76390,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -73993,7 +76401,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74004,7 +76412,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74015,7 +76423,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74026,7 +76434,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74037,7 +76445,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74048,7 +76456,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74059,7 +76467,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74070,7 +76478,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74078,10 +76486,10 @@ { "Field": "logdatei", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74144,7 +76552,7 @@ { "Field": "waehrung", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'EUR'", @@ -74213,7 +76621,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74224,7 +76632,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74257,7 +76665,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74265,10 +76673,10 @@ { "Field": "dpdkundennr", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74276,10 +76684,10 @@ { "Field": "dhlkundennr", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74287,10 +76695,10 @@ { "Field": "dhlformat", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74298,10 +76706,10 @@ { "Field": "dpdformat", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74312,7 +76720,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74320,10 +76728,10 @@ { "Field": "dpdpfad", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74331,10 +76739,10 @@ { "Field": "dhlpfad", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74342,7 +76750,7 @@ { "Field": "upspfad", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -74397,10 +76805,10 @@ { "Field": "intraship_user", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74408,10 +76816,10 @@ { "Field": "intraship_signature", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74419,10 +76827,10 @@ { "Field": "intraship_ekp", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74430,10 +76838,10 @@ { "Field": "intraship_api_user", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74441,10 +76849,10 @@ { "Field": "intraship_api_password", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74452,10 +76860,10 @@ { "Field": "intraship_company_name", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74463,10 +76871,10 @@ { "Field": "intraship_street_name", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74474,10 +76882,10 @@ { "Field": "intraship_street_number", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74485,10 +76893,10 @@ { "Field": "intraship_zip", "Type": "varchar(12)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74496,7 +76904,7 @@ { "Field": "intraship_country", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'germany'", @@ -74507,10 +76915,10 @@ { "Field": "intraship_city", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74518,10 +76926,10 @@ { "Field": "intraship_email", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74529,10 +76937,10 @@ { "Field": "intraship_phone", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74540,10 +76948,10 @@ { "Field": "intraship_internet", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74551,10 +76959,10 @@ { "Field": "intraship_contact_person", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74562,10 +76970,10 @@ { "Field": "intraship_account_owner", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74573,10 +76981,10 @@ { "Field": "intraship_account_number", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74584,10 +76992,10 @@ { "Field": "intraship_bank_code", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74595,10 +77003,10 @@ { "Field": "intraship_bank_name", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74606,10 +77014,10 @@ { "Field": "intraship_iban", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74617,10 +77025,10 @@ { "Field": "intraship_bic", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74672,7 +77080,7 @@ { "Field": "intraship_PackageType", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'pl'", @@ -74683,10 +77091,10 @@ { "Field": "abrechnungsart", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74694,10 +77102,10 @@ { "Field": "kommissionierverfahren", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74708,7 +77116,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74719,7 +77127,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74727,10 +77135,10 @@ { "Field": "absendeadresse", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74738,10 +77146,10 @@ { "Field": "absendename", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74749,10 +77157,10 @@ { "Field": "absendesignatur", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74763,7 +77171,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74774,7 +77182,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74785,7 +77193,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74796,7 +77204,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74807,7 +77215,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74818,7 +77226,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74829,7 +77237,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74840,7 +77248,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74906,7 +77314,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74914,10 +77322,10 @@ { "Field": "next_angebot", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74925,10 +77333,10 @@ { "Field": "next_auftrag", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74936,10 +77344,10 @@ { "Field": "next_rechnung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74947,10 +77355,10 @@ { "Field": "next_lieferschein", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74958,10 +77366,10 @@ { "Field": "next_arbeitsnachweis", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74969,10 +77377,10 @@ { "Field": "next_reisekosten", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74980,10 +77388,10 @@ { "Field": "next_bestellung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -74991,10 +77399,10 @@ { "Field": "next_gutschrift", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75002,10 +77410,10 @@ { "Field": "next_kundennummer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75013,10 +77421,10 @@ { "Field": "next_lieferantennummer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75024,10 +77432,10 @@ { "Field": "next_mitarbeiternummer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75035,10 +77443,10 @@ { "Field": "next_waren", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75046,10 +77454,10 @@ { "Field": "next_produktion", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75057,10 +77465,10 @@ { "Field": "next_sonstiges", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75068,10 +77476,10 @@ { "Field": "next_anfrage", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75079,10 +77487,10 @@ { "Field": "next_artikelnummer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75093,7 +77501,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75104,7 +77512,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75112,10 +77520,10 @@ { "Field": "dhlzahlungmandant", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75126,7 +77534,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75134,7 +77542,7 @@ { "Field": "land", "Type": "varchar(2)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'de'", @@ -75222,10 +77630,10 @@ { "Field": "kasse_lagerprozess", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75233,10 +77641,10 @@ { "Field": "kasse_belegausgabe", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75254,22 +77662,22 @@ }, { "Field": "kasse_text_bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'interne bemerkung'", + "Default": "''interne bemerkung''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kasse_text_freitext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'text auf beleg'", + "Default": "''text auf beleg''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75530,7 +77938,7 @@ { "Field": "kasse_vorauswahl_anrede", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'herr'", @@ -75596,7 +78004,7 @@ { "Field": "dpdendung", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'.csv'", @@ -75607,7 +78015,7 @@ { "Field": "dhlendung", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'.csv'", @@ -75662,10 +78070,10 @@ { "Field": "go_apiurl_prefix", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75673,10 +78081,10 @@ { "Field": "go_apiurl_postfix", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75684,10 +78092,10 @@ { "Field": "go_apiurl_user", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75695,10 +78103,10 @@ { "Field": "go_username", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75706,10 +78114,10 @@ { "Field": "go_password", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75717,10 +78125,10 @@ { "Field": "go_ax4nr", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75728,10 +78136,10 @@ { "Field": "go_name1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75739,10 +78147,10 @@ { "Field": "go_name2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75750,10 +78158,10 @@ { "Field": "go_abteilung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75761,10 +78169,10 @@ { "Field": "go_strasse1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75772,10 +78180,10 @@ { "Field": "go_strasse2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75783,10 +78191,10 @@ { "Field": "go_hausnummer", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75794,10 +78202,10 @@ { "Field": "go_plz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75805,10 +78213,10 @@ { "Field": "go_ort", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75816,10 +78224,10 @@ { "Field": "go_land", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75830,7 +78238,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75838,10 +78246,10 @@ { "Field": "go_format", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75849,10 +78257,10 @@ { "Field": "go_ausgabe", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75860,10 +78268,10 @@ { "Field": "intraship_exportgrund", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75871,10 +78279,10 @@ { "Field": "billsafe_merchantId", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75882,10 +78290,10 @@ { "Field": "billsafe_merchantLicenseSandbox", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75893,10 +78301,10 @@ { "Field": "billsafe_merchantLicenseLive", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75904,10 +78312,10 @@ { "Field": "billsafe_applicationSignature", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75915,10 +78323,10 @@ { "Field": "billsafe_applicationVersion", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75926,10 +78334,10 @@ { "Field": "secupay_apikey", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75937,10 +78345,10 @@ { "Field": "secupay_url", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -75970,7 +78378,7 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'gestartet'", @@ -76013,11 +78421,11 @@ }, { "Field": "kasse_bon_zeile1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'xentral store'", + "Default": "''xentral store''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76025,10 +78433,10 @@ { "Field": "kasse_bon_zeile2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76036,10 +78444,10 @@ { "Field": "kasse_bon_zeile3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76190,7 +78598,7 @@ { "Field": "intraship_partnerid", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'01'", @@ -76212,10 +78620,10 @@ { "Field": "intraship_retourenaccount", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76223,10 +78631,10 @@ { "Field": "absendegrussformel", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76245,10 +78653,10 @@ { "Field": "intraship_partnerid_welt", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76256,10 +78664,10 @@ { "Field": "next_kalkulation", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76267,10 +78675,10 @@ { "Field": "next_preisanfrage", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76278,10 +78686,10 @@ { "Field": "next_proformarechnung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76289,10 +78697,10 @@ { "Field": "next_verbindlichkeit", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76300,10 +78708,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76311,10 +78719,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76322,10 +78730,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76333,10 +78741,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76344,10 +78752,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76355,10 +78763,10 @@ { "Field": "freifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76366,10 +78774,10 @@ { "Field": "freifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76377,10 +78785,10 @@ { "Field": "freifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76388,10 +78796,10 @@ { "Field": "freifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76399,10 +78807,10 @@ { "Field": "freifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76410,10 +78818,10 @@ { "Field": "mahnwesen_abweichender_versender", "Type": "varchar(40)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76564,10 +78972,10 @@ { "Field": "kasse_rksv_tool", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76575,10 +78983,10 @@ { "Field": "kasse_rksv_kartenleser", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76586,10 +78994,10 @@ { "Field": "kasse_rksv_karteseriennummer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76597,10 +79005,10 @@ { "Field": "kasse_rksv_kartepin", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76608,10 +79016,10 @@ { "Field": "kasse_rksv_aeskey", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76619,10 +79027,10 @@ { "Field": "kasse_rksv_publiczertifikat", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76630,10 +79038,10 @@ { "Field": "kasse_rksv_publiczertifikatkette", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76641,10 +79049,10 @@ { "Field": "kasse_rksv_kassenid", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76795,10 +79203,10 @@ { "Field": "steuernummer", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76817,10 +79225,10 @@ { "Field": "orderpicking_sort", "Type": "varchar(26)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76861,10 +79269,10 @@ { "Field": "zahlungsweise", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76872,10 +79280,10 @@ { "Field": "zahlungsweiselieferant", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76883,10 +79291,10 @@ { "Field": "versandart", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76894,10 +79302,10 @@ { "Field": "ups_api_user", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76905,10 +79313,10 @@ { "Field": "ups_api_password", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76916,10 +79324,10 @@ { "Field": "ups_api_key", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76927,10 +79335,10 @@ { "Field": "ups_accountnumber", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76938,10 +79346,10 @@ { "Field": "ups_company_name", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76949,10 +79357,10 @@ { "Field": "ups_street_name", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76960,10 +79368,10 @@ { "Field": "ups_street_number", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76971,10 +79379,10 @@ { "Field": "ups_zip", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76982,10 +79390,10 @@ { "Field": "ups_country", "Type": "varchar(2)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -76993,10 +79401,10 @@ { "Field": "ups_city", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77004,10 +79412,10 @@ { "Field": "ups_email", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77015,10 +79423,10 @@ { "Field": "ups_phone", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77026,10 +79434,10 @@ { "Field": "ups_internet", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77037,10 +79445,10 @@ { "Field": "ups_contact_person", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77051,7 +79459,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77062,7 +79470,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77073,7 +79481,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77084,7 +79492,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77103,7 +79511,7 @@ { "Field": "ups_ausgabe", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'gif'", @@ -77114,7 +79522,7 @@ { "Field": "ups_package_code", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'02'", @@ -77124,11 +79532,11 @@ }, { "Field": "ups_package_description", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'customer supplied'", + "Default": "''customer supplied''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77136,7 +79544,7 @@ { "Field": "ups_service_code", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'11'", @@ -77146,11 +79554,11 @@ }, { "Field": "ups_service_description", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'ups standard'", + "Default": "''ups standard''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77158,10 +79566,10 @@ { "Field": "email_html_template", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77172,7 +79580,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77183,7 +79591,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77191,10 +79599,10 @@ { "Field": "next_retoure", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77202,10 +79610,10 @@ { "Field": "next_goodspostingdocument", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77257,10 +79665,10 @@ { "Field": "steuer_erloese_inland_normal", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77268,10 +79676,10 @@ { "Field": "steuer_aufwendung_inland_normal", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77279,10 +79687,10 @@ { "Field": "steuer_erloese_inland_ermaessigt", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77290,10 +79698,10 @@ { "Field": "steuer_aufwendung_inland_ermaessigt", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77301,10 +79709,10 @@ { "Field": "steuer_erloese_inland_nichtsteuerbar", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77312,10 +79720,10 @@ { "Field": "steuer_aufwendung_inland_nichtsteuerbar", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77323,10 +79731,10 @@ { "Field": "steuer_erloese_inland_innergemeinschaftlich", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77334,10 +79742,10 @@ { "Field": "steuer_aufwendung_inland_innergemeinschaftlich", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77345,10 +79753,10 @@ { "Field": "steuer_erloese_inland_eunormal", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77356,10 +79764,10 @@ { "Field": "steuer_aufwendung_inland_eunormal", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77367,10 +79775,10 @@ { "Field": "steuer_erloese_inland_euermaessigt", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77378,10 +79786,10 @@ { "Field": "steuer_aufwendung_inland_euermaessigt", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77389,10 +79797,10 @@ { "Field": "steuer_erloese_inland_export", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77400,10 +79808,10 @@ { "Field": "steuer_aufwendung_inland_import", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77532,10 +79940,10 @@ { "Field": "klarna_merchantid", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77543,10 +79951,10 @@ { "Field": "klarna_sharedsecret", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77708,10 +80116,10 @@ { "Field": "zvt100url", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77719,10 +80127,10 @@ { "Field": "zvt100port", "Type": "varchar(5)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77782,24 +80190,13 @@ "Privileges": "select,insert,update,references", "Comment": "" }, - { - "Field": "kasse_print_qr", - "Type": "tinyint(1)", - "Collation": null, - "Null": "NO", - "Key": "", - "Default": "0", - "Extra": "", - "Privileges": "select,insert,update,references", - "Comment": "" - }, { "Field": "next_receiptdocument", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77815,10 +80212,21 @@ "Privileges": "select,insert,update,references", "Comment": "" }, - { + { + "Field": "kasse_print_qr", + "Type": "tinyint(1)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { "Field": "buchhaltung_berater", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": null, @@ -77829,7 +80237,7 @@ { "Field": "buchhaltung_mandant", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": null, @@ -77840,7 +80248,7 @@ { "Field": "buchhaltung_wj_beginn", "Type": "varchar(4)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0101'", @@ -77863,18 +80271,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "abkuerzung", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "abkuerzung" ] }, { "Key_name": "kunde", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "kunde" ] @@ -77883,6 +80297,7 @@ }, { "name": "projekt_artikel", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -77891,7 +80306,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -77957,7 +80372,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77968,7 +80383,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77979,7 +80394,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -77990,7 +80405,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78001,7 +80416,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78012,7 +80427,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78023,7 +80438,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78034,7 +80449,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78045,7 +80460,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78075,7 +80490,7 @@ { "Field": "kalkulationbasis", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'prostueck'", @@ -78086,10 +80501,10 @@ { "Field": "nr", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78100,7 +80515,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78111,7 +80526,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78122,7 +80537,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78144,7 +80559,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78152,10 +80567,10 @@ { "Field": "kommentar", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78175,6 +80590,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -78183,6 +80600,7 @@ }, { "name": "projekt_inventar", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -78191,7 +80609,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -78202,7 +80620,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78213,7 +80631,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78224,7 +80642,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78235,7 +80653,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78246,29 +80664,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "mitarbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78279,7 +80697,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78299,6 +80717,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -78307,6 +80727,7 @@ }, { "name": "protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -78315,7 +80736,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -78323,10 +80744,10 @@ { "Field": "meldung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78334,10 +80755,10 @@ { "Field": "dump", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78345,10 +80766,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78356,10 +80777,10 @@ { "Field": "action", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78367,10 +80788,10 @@ { "Field": "bearbeiter", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78378,10 +80799,10 @@ { "Field": "funktionsname", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78392,7 +80813,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78411,10 +80832,10 @@ { "Field": "argumente", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78423,6 +80844,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -78431,6 +80854,7 @@ }, { "name": "provision_regeln", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -78439,7 +80863,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -78447,10 +80871,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78458,10 +80882,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78516,7 +80940,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78527,7 +80951,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78535,10 +80959,10 @@ { "Field": "typ", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78579,10 +81003,10 @@ { "Field": "belegtyp", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78602,24 +81026,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "gruppe", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "gruppe" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -78628,6 +81060,7 @@ }, { "name": "provisionenartikel_abrechnungen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -78636,7 +81069,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -78647,7 +81080,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78658,7 +81091,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78666,10 +81099,10 @@ { "Field": "angelegt_von", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78733,12 +81166,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "userid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "userid" ] @@ -78747,6 +81184,7 @@ }, { "name": "provisionenartikel_abrechnungen_provisionen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -78755,7 +81193,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -78784,11 +81222,11 @@ }, { "Field": "artikelkategorie", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78807,10 +81245,10 @@ { "Field": "waehrung", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78843,7 +81281,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78960,22 +81398,22 @@ }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name_de", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -78984,6 +81422,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -78992,6 +81432,7 @@ }, { "name": "provisionenartikel_provision", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -79000,7 +81441,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -79055,7 +81496,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79066,7 +81507,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79074,10 +81515,10 @@ { "Field": "provisiontyp", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79108,6 +81549,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -79116,6 +81559,7 @@ }, { "name": "prozessstarter", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -79124,40 +81568,40 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bedingung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "art", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79168,7 +81612,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79179,40 +81623,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "periode", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'1440'", + "Default": "''1440''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79223,7 +81667,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79234,7 +81678,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79245,7 +81689,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79256,7 +81700,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79264,21 +81708,21 @@ { "Field": "art_filter", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79309,12 +81753,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "parameter", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "parameter" ] @@ -79323,6 +81771,7 @@ }, { "name": "pseudostorage_shop", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -79331,7 +81780,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -79350,10 +81799,10 @@ { "Field": "formula", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79362,12 +81811,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] @@ -79376,6 +81829,7 @@ }, { "name": "real_article_mapping", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -79384,7 +81838,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -79395,7 +81849,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79406,7 +81860,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79424,55 +81878,55 @@ }, { "Field": "ext_sku", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ext_ean", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ext_name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ext_item_id", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ext_unit_id", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79481,6 +81935,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -79489,6 +81945,7 @@ }, { "name": "real_kategoriespezifisch", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -79497,7 +81954,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -79508,7 +81965,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79519,7 +81976,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79530,7 +81987,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79548,33 +82005,33 @@ }, { "Field": "specwert", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "specbezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "specname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79592,22 +82049,22 @@ }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typevalue", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79616,6 +82073,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -79624,6 +82083,7 @@ }, { "name": "real_kategorievorschlag", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -79632,7 +82092,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -79643,7 +82103,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79654,7 +82114,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79665,7 +82125,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79676,51 +82136,51 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vorschlagbezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vorschlagparentid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "level", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferkategorie", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "'0'", + "Default": "''0''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79729,6 +82189,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -79737,6 +82199,7 @@ }, { "name": "real_versandgruppen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -79745,7 +82208,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -79756,18 +82219,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79787,6 +82250,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -79795,6 +82260,7 @@ }, { "name": "receiptdocument", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -79803,7 +82269,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -79866,10 +82332,10 @@ { "Field": "status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79877,21 +82343,21 @@ { "Field": "status_qs", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "updated_by", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79899,10 +82365,10 @@ { "Field": "document_number", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -79955,6 +82421,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -79963,6 +82431,7 @@ }, { "name": "receiptdocument_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -79971,7 +82440,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -79989,22 +82458,22 @@ }, { "Field": "log", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "created_by", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80024,12 +82493,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "receiptdocument_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "receiptdocument_id" ] @@ -80038,6 +82511,7 @@ }, { "name": "receiptdocument_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -80046,7 +82520,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -80120,21 +82594,21 @@ { "Field": "type", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "doctype", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80165,12 +82639,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "receiptdocument_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "receiptdocument_id" ] @@ -80179,6 +82657,7 @@ }, { "name": "rechnung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -80187,7 +82666,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -80198,7 +82677,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80209,7 +82688,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80217,43 +82696,43 @@ { "Field": "projekt", "Type": "varchar(222)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anlegeart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "auftrag", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80264,18 +82743,18 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80283,10 +82762,10 @@ { "Field": "freitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80294,10 +82773,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80305,10 +82784,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80319,117 +82798,117 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ustid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80440,7 +82919,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80451,7 +82930,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80462,7 +82941,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80473,51 +82952,51 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80525,10 +83004,10 @@ { "Field": "kundennummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80539,18 +83018,18 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80561,40 +83040,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "buchhaltung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlungsweise", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlungsstatus", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80627,7 +83106,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80638,7 +83117,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80649,7 +83128,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80660,7 +83139,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80671,7 +83150,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80682,7 +83161,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80693,29 +83172,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_per", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_durch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80726,18 +83205,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "mahnwesen", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80748,7 +83227,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80759,7 +83238,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80767,10 +83246,10 @@ { "Field": "mahnwesen_internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80781,7 +83260,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80792,7 +83271,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80814,7 +83293,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80979,7 +83458,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -80987,21 +83466,21 @@ { "Field": "aktion", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vertrieb", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81012,7 +83491,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81023,7 +83502,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81045,7 +83524,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81056,7 +83535,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81067,29 +83546,29 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ihrebestellnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anschreiben", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81100,7 +83579,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81122,7 +83601,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81133,7 +83612,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81144,7 +83623,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81155,7 +83634,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81166,7 +83645,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81177,7 +83656,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81188,7 +83667,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81199,7 +83678,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81210,7 +83689,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81221,7 +83700,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81283,11 +83762,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'EUR'", + "Default": "''EUR''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81298,7 +83777,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81338,11 +83817,11 @@ }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'firma'", + "Default": "''firma''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81353,7 +83832,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81383,10 +83862,10 @@ { "Field": "systemfreitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81415,11 +83894,11 @@ }, { "Field": "internebezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81430,7 +83909,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81452,7 +83931,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81460,10 +83939,10 @@ { "Field": "sprache", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81471,10 +83950,10 @@ { "Field": "bundesland", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81482,10 +83961,10 @@ { "Field": "gln", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81493,10 +83972,10 @@ { "Field": "deliverythresholdvatid", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81507,7 +83986,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81529,7 +84008,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81548,10 +84027,10 @@ { "Field": "kostenstelle", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81559,10 +84038,10 @@ { "Field": "bodyzusatz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81570,10 +84049,10 @@ { "Field": "lieferbedingung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81581,10 +84060,10 @@ { "Field": "titel", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81595,7 +84074,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81636,10 +84115,10 @@ { "Field": "bundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81647,10 +84126,10 @@ { "Field": "kundennummer_buchhaltung", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81658,10 +84137,10 @@ { "Field": "storage_country", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81670,72 +84149,96 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "auftragid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "auftragid" ] }, { "Key_name": "status", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "status" ] }, { "Key_name": "datum", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "datum" ] }, { "Key_name": "belegnr", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "belegnr" ] }, { "Key_name": "soll", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "soll" ] }, { "Key_name": "zahlungsstatus", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "zahlungsstatus" ] }, { "Key_name": "provdatum", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "provdatum" ] }, { "Key_name": "lieferschein", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "lieferschein" ] }, { "Key_name": "versandart", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "versandart" ] @@ -81744,6 +84247,7 @@ }, { "name": "rechnung_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -81752,7 +84256,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -81763,7 +84267,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81774,7 +84278,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81785,18 +84289,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81804,10 +84308,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81815,21 +84319,21 @@ { "Field": "internerkommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81840,7 +84344,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81858,11 +84362,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81873,18 +84377,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81895,7 +84399,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81903,21 +84407,21 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "umsatzsteuer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81925,10 +84429,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81961,7 +84465,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81972,7 +84476,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81983,7 +84487,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -81994,7 +84498,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82005,7 +84509,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82016,7 +84520,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82027,7 +84531,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82038,7 +84542,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82049,7 +84553,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82060,7 +84564,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82071,7 +84575,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82082,18 +84586,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "einheit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82104,7 +84608,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82112,7 +84616,7 @@ { "Field": "zolltarifnummer", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -82123,7 +84627,7 @@ { "Field": "herkunftsland", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'0'", @@ -82134,10 +84638,10 @@ { "Field": "artikelnummerkunde", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82145,10 +84649,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82156,10 +84660,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82167,10 +84671,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82178,10 +84682,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82189,10 +84693,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82200,10 +84704,10 @@ { "Field": "freifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82211,10 +84715,10 @@ { "Field": "freifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82222,10 +84726,10 @@ { "Field": "freifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82233,10 +84737,10 @@ { "Field": "freifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82244,10 +84748,10 @@ { "Field": "freifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82288,10 +84792,10 @@ { "Field": "kostenstelle", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82302,7 +84806,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82310,10 +84814,10 @@ { "Field": "steuertext", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82321,10 +84825,10 @@ { "Field": "erloese", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82343,10 +84847,10 @@ { "Field": "einkaufspreiswaehrung", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82387,10 +84891,10 @@ { "Field": "ekwaehrung", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82409,10 +84913,10 @@ { "Field": "freifeld11", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82420,10 +84924,10 @@ { "Field": "freifeld12", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82431,10 +84935,10 @@ { "Field": "freifeld13", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82442,10 +84946,10 @@ { "Field": "freifeld14", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82453,10 +84957,10 @@ { "Field": "freifeld15", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82464,10 +84968,10 @@ { "Field": "freifeld16", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82475,10 +84979,10 @@ { "Field": "freifeld17", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82486,10 +84990,10 @@ { "Field": "freifeld18", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82497,10 +85001,10 @@ { "Field": "freifeld19", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82508,10 +85012,10 @@ { "Field": "freifeld20", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82519,10 +85023,10 @@ { "Field": "freifeld21", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82530,10 +85034,10 @@ { "Field": "freifeld22", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82541,10 +85045,10 @@ { "Field": "freifeld23", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82552,10 +85056,10 @@ { "Field": "freifeld24", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82563,10 +85067,10 @@ { "Field": "freifeld25", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82574,10 +85078,10 @@ { "Field": "freifeld26", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82585,10 +85089,10 @@ { "Field": "freifeld27", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82596,10 +85100,10 @@ { "Field": "freifeld28", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82607,10 +85111,10 @@ { "Field": "freifeld29", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82618,10 +85122,10 @@ { "Field": "freifeld30", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82629,10 +85133,10 @@ { "Field": "freifeld31", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82640,10 +85144,10 @@ { "Field": "freifeld32", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82651,10 +85155,10 @@ { "Field": "freifeld33", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82662,10 +85166,10 @@ { "Field": "freifeld34", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82673,10 +85177,10 @@ { "Field": "freifeld35", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82684,10 +85188,10 @@ { "Field": "freifeld36", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82695,10 +85199,10 @@ { "Field": "freifeld37", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82706,10 +85210,10 @@ { "Field": "freifeld38", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82717,10 +85221,10 @@ { "Field": "freifeld39", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82728,32 +85232,32 @@ { "Field": "freifeld40", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "formelmenge", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "formelpreis", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82775,7 +85279,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82786,7 +85290,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82797,7 +85301,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82808,7 +85312,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82819,7 +85323,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82830,7 +85334,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82863,7 +85367,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82874,7 +85378,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82885,7 +85389,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82896,7 +85400,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82905,24 +85409,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "rechnung", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "rechnung" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] }, { "Key_name": "auftrag_position_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "auftrag_position_id" ] @@ -82931,6 +85443,7 @@ }, { "name": "rechnung_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -82939,7 +85452,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -82950,7 +85463,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82961,29 +85474,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -82992,12 +85505,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "rechnung", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "rechnung" ] @@ -83006,6 +85523,7 @@ }, { "name": "reisekosten", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -83014,7 +85532,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -83025,7 +85543,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83033,10 +85551,10 @@ { "Field": "projekt", "Type": "varchar(222)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83047,7 +85565,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83055,54 +85573,54 @@ { "Field": "prefix", "Type": "varchar(222)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "reisekostenart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "auftrag", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83113,7 +85631,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83121,21 +85639,21 @@ { "Field": "freitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83146,7 +85664,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83157,194 +85675,194 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ustid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kundennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versand", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83355,7 +85873,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83366,7 +85884,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83377,29 +85895,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_per", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_durch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83410,7 +85928,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83432,7 +85950,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83443,7 +85961,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83454,7 +85972,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83527,11 +86045,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "'EUR'", + "Default": "''EUR''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83539,10 +86057,10 @@ { "Field": "anlass", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83550,10 +86068,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83564,7 +86082,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83575,29 +86093,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "von_zeit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bis_zeit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83637,11 +86155,11 @@ }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "'firma'", + "Default": "''firma''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83650,6 +86168,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -83658,6 +86178,7 @@ }, { "name": "reisekosten_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -83666,7 +86187,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -83677,29 +86198,29 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "reisekostenart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83710,18 +86231,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83729,10 +86250,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83740,10 +86261,10 @@ { "Field": "ort", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83751,32 +86272,32 @@ { "Field": "internerkommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verrechnungsart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83787,7 +86308,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83798,7 +86319,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83809,29 +86330,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "von", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bis", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83842,18 +86363,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83861,32 +86382,32 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezahlt_wie", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "uststeuersatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83897,7 +86418,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83919,7 +86440,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83930,18 +86451,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abgerechnet_objekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83952,7 +86473,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83963,7 +86484,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -83974,7 +86495,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84016,12 +86537,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "reisekosten", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "reisekosten" ] @@ -84030,6 +86555,7 @@ }, { "name": "reisekosten_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -84038,7 +86564,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -84049,7 +86575,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84060,29 +86586,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84091,12 +86617,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "reisekosten", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "reisekosten" ] @@ -84105,6 +86635,7 @@ }, { "name": "reisekostenart", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -84113,7 +86644,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -84121,10 +86652,10 @@ { "Field": "nummer", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84132,10 +86663,10 @@ { "Field": "beschreibung", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84143,10 +86674,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84155,6 +86686,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -84163,6 +86696,7 @@ }, { "name": "report", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -84171,18 +86705,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84190,10 +86724,10 @@ { "Field": "description", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84212,10 +86746,10 @@ { "Field": "sql_query", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84223,21 +86757,21 @@ { "Field": "remark", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "category", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84256,10 +86790,10 @@ { "Field": "csv_delimiter", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84267,10 +86801,10 @@ { "Field": "csv_enclosure", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84279,6 +86813,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -84287,6 +86823,7 @@ }, { "name": "report_column", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -84295,7 +86832,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -84313,44 +86850,44 @@ }, { "Field": "key_name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "title", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "width", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "alignment", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84379,11 +86916,11 @@ }, { "Field": "sorting", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84391,21 +86928,21 @@ { "Field": "format_type", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "format_statement", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84414,6 +86951,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -84422,6 +86961,7 @@ }, { "name": "report_favorite", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -84430,7 +86970,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -84461,6 +87001,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -84469,6 +87011,7 @@ }, { "name": "report_parameter", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -84477,7 +87020,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -84495,66 +87038,66 @@ }, { "Field": "varname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "displayname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "description", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "default_value", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "options", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "control_type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84572,11 +87115,11 @@ }, { "Field": "variable_extern", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84585,6 +87128,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -84593,6 +87138,7 @@ }, { "name": "report_share", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -84601,7 +87147,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -84630,66 +87176,66 @@ }, { "Field": "chart_axislabel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "chart_type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "chart_x_column", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "data_columns", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "chart_group_column", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "chart_dateformat", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84707,11 +87253,11 @@ }, { "Field": "chart_interval_mode", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84773,33 +87319,33 @@ }, { "Field": "menu_doctype", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "menu_label", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "menu_format", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84817,44 +87363,44 @@ }, { "Field": "tab_module", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "tab_action", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "tab_label", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "tab_position", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84863,6 +87409,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -84871,6 +87419,7 @@ }, { "name": "report_transfer", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -84879,7 +87428,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -84908,77 +87457,77 @@ }, { "Field": "ftp_type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ftp_host", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ftp_port", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ftp_user", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ftp_password", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ftp_interval_mode", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ftp_interval_value", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -84989,29 +87538,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ftp_format", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ftp_filename", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85022,18 +87571,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", - "Extra": "", - "Privileges": "select,insert,update,references", - "Comment": "" - }, - { - "Field": "ftp_passive", - "Type": "int(1)", - "Collation": null, - "Null": "NO", - "Key": "", - "Default": "0", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85052,43 +87590,43 @@ { "Field": "email_recipient", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email_subject", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email_interval_mode", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email_interval_value", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85099,29 +87637,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email_format", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email_filename", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85132,18 +87670,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "url_format", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85154,7 +87692,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85165,7 +87703,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85173,10 +87711,10 @@ { "Field": "url_address", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85184,10 +87722,10 @@ { "Field": "url_token", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85216,11 +87754,22 @@ }, { "Field": "api_format", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "ftp_passive", + "Type": "int(1)", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "0", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85229,6 +87778,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -85237,6 +87788,7 @@ }, { "name": "report_user", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -85245,7 +87797,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -85274,11 +87826,11 @@ }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85331,6 +87883,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -85339,6 +87893,7 @@ }, { "name": "retoure", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -85347,7 +87902,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -85358,7 +87913,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85366,43 +87921,43 @@ { "Field": "projekt", "Type": "varchar(222)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferschein", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85413,18 +87968,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "auftrag", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85435,7 +87990,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85443,10 +87998,10 @@ { "Field": "freitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85454,10 +88009,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85468,106 +88023,106 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85585,154 +88140,154 @@ }, { "Field": "liefername", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferunterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferstrasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferadresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferplz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferland", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ustid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85740,32 +88295,32 @@ { "Field": "kundennummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versand", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85776,7 +88331,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85787,7 +88342,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85798,29 +88353,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_per", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versendet_durch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85831,7 +88386,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85853,18 +88408,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vertrieb", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85875,29 +88430,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ihrebestellnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "anschreiben", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85908,7 +88463,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85938,10 +88493,10 @@ { "Field": "lieferantenretoureinfo", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -85992,11 +88547,11 @@ }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "'firma'", + "Default": "''firma''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86004,10 +88559,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86018,7 +88573,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86080,11 +88635,11 @@ }, { "Field": "internebezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86095,7 +88650,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86114,10 +88669,10 @@ { "Field": "sprache", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86125,10 +88680,10 @@ { "Field": "bundesland", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86136,10 +88691,10 @@ { "Field": "gln", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86161,7 +88716,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86183,7 +88738,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86202,10 +88757,10 @@ { "Field": "bodyzusatz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86213,10 +88768,10 @@ { "Field": "lieferbedingung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86224,10 +88779,10 @@ { "Field": "titel", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86257,10 +88812,10 @@ { "Field": "bundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86301,10 +88856,10 @@ { "Field": "fortschritt", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86335,24 +88890,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "status", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "status" ] }, { "Key_name": "versandart", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "versandart" ] @@ -86361,6 +88924,7 @@ }, { "name": "retoure_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -86369,7 +88933,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -86380,7 +88944,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86391,7 +88955,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86402,18 +88966,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86421,10 +88985,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86432,32 +88996,32 @@ { "Field": "internerkommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "seriennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86468,7 +89032,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86479,18 +89043,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86501,7 +89065,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86509,10 +89073,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86520,10 +89084,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86534,7 +89098,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86545,7 +89109,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86574,11 +89138,11 @@ }, { "Field": "einheit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86586,7 +89150,7 @@ { "Field": "zolltarifnummer", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", "Default": "'0'", @@ -86597,7 +89161,7 @@ { "Field": "herkunftsland", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", "Default": "'0'", @@ -86608,10 +89172,10 @@ { "Field": "artikelnummerkunde", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86619,10 +89183,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86630,10 +89194,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86641,10 +89205,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86652,10 +89216,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86663,10 +89227,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86674,10 +89238,10 @@ { "Field": "freifeld6", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86685,10 +89249,10 @@ { "Field": "freifeld7", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86696,10 +89260,10 @@ { "Field": "freifeld8", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86707,10 +89271,10 @@ { "Field": "freifeld9", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86718,10 +89282,10 @@ { "Field": "freifeld10", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86729,10 +89293,10 @@ { "Field": "freifeld11", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86740,10 +89304,10 @@ { "Field": "freifeld12", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86751,10 +89315,10 @@ { "Field": "freifeld13", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86762,10 +89326,10 @@ { "Field": "freifeld14", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86773,10 +89337,10 @@ { "Field": "freifeld15", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86784,10 +89348,10 @@ { "Field": "freifeld16", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86795,10 +89359,10 @@ { "Field": "freifeld17", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86806,10 +89370,10 @@ { "Field": "freifeld18", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86817,10 +89381,10 @@ { "Field": "freifeld19", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86828,10 +89392,10 @@ { "Field": "freifeld20", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86839,10 +89403,10 @@ { "Field": "freifeld21", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86850,10 +89414,10 @@ { "Field": "freifeld22", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86861,10 +89425,10 @@ { "Field": "freifeld23", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86872,10 +89436,10 @@ { "Field": "freifeld24", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86883,10 +89447,10 @@ { "Field": "freifeld25", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86894,10 +89458,10 @@ { "Field": "freifeld26", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86905,10 +89469,10 @@ { "Field": "freifeld27", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86916,10 +89480,10 @@ { "Field": "freifeld28", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86927,10 +89491,10 @@ { "Field": "freifeld29", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86938,10 +89502,10 @@ { "Field": "freifeld30", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86949,10 +89513,10 @@ { "Field": "freifeld31", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86960,10 +89524,10 @@ { "Field": "freifeld32", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86971,10 +89535,10 @@ { "Field": "freifeld33", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86982,10 +89546,10 @@ { "Field": "freifeld34", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -86993,10 +89557,10 @@ { "Field": "freifeld35", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87004,10 +89568,10 @@ { "Field": "freifeld36", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87015,10 +89579,10 @@ { "Field": "freifeld37", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87026,10 +89590,10 @@ { "Field": "freifeld38", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87037,10 +89601,10 @@ { "Field": "freifeld39", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87048,10 +89612,10 @@ { "Field": "freifeld40", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87102,11 +89666,11 @@ }, { "Field": "lagertext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87146,11 +89710,11 @@ }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87158,21 +89722,21 @@ { "Field": "grundbeschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "aktion", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87180,10 +89744,10 @@ { "Field": "aktionbeschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87225,12 +89789,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "retoure", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "retoure" ] @@ -87239,6 +89807,7 @@ }, { "name": "retoure_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -87247,7 +89816,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -87258,7 +89827,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87269,29 +89838,29 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87300,12 +89869,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "retoure", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "retoure" ] @@ -87314,6 +89887,7 @@ }, { "name": "returnorder_quantity", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -87322,7 +89896,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -87344,40 +89918,40 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "serialnumber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "batch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bestbefore", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87386,12 +89960,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "delivery_note_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "delivery_note_id" ] @@ -87400,6 +89978,7 @@ }, { "name": "rma", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -87408,7 +89987,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -87419,7 +89998,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87427,10 +90006,10 @@ { "Field": "projekt", "Type": "varchar(222)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87441,18 +90020,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87463,7 +90042,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87471,10 +90050,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87485,73 +90064,73 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vorname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "abteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "unterabteilung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresszusatz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87559,21 +90138,21 @@ { "Field": "plz", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87581,87 +90160,87 @@ { "Field": "ustid", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "telefax", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kundennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lieferantennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlungsweise", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87672,18 +90251,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87694,18 +90273,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "freitext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87716,7 +90295,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87727,7 +90306,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87738,7 +90317,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87749,18 +90328,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "einkaeufer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87771,7 +90350,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87791,6 +90370,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -87799,6 +90380,7 @@ }, { "name": "rma_artikel", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -87807,7 +90389,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -87818,7 +90400,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87829,18 +90411,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87851,7 +90433,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87862,18 +90444,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "wunsch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87881,10 +90463,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87895,7 +90477,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87903,10 +90485,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87917,7 +90499,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87936,10 +90518,10 @@ { "Field": "techniker", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87947,10 +90529,10 @@ { "Field": "buchhaltung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87961,7 +90543,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87972,7 +90554,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87980,10 +90562,10 @@ { "Field": "seriennummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -87992,12 +90574,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -88006,6 +90592,7 @@ }, { "name": "rma_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -88014,7 +90601,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -88032,11 +90619,11 @@ }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "'offen'", + "Default": "''offen''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88065,11 +90652,11 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88089,6 +90676,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -88097,6 +90686,7 @@ }, { "name": "rma_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -88105,7 +90695,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -88134,22 +90724,22 @@ }, { "Field": "kommentar", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "link", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88157,10 +90747,10 @@ { "Field": "interngrund", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88168,21 +90758,21 @@ { "Field": "externgrund", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88202,6 +90792,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -88210,6 +90802,7 @@ }, { "name": "rma_vorlagen_grund", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -88218,18 +90811,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88237,10 +90830,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88248,10 +90841,10 @@ { "Field": "sprache", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88304,12 +90897,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "rmakategorie", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "rmakategorie" ] @@ -88318,6 +90915,7 @@ }, { "name": "rma_vorlagen_kategorien", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -88326,18 +90924,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88345,21 +90943,21 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "aktion", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88368,6 +90966,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -88376,6 +90976,7 @@ }, { "name": "rohstoffe", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -88384,7 +90985,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -88395,7 +90996,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88447,10 +91048,10 @@ { "Field": "referenz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88458,7 +91059,7 @@ { "Field": "art", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'material'", @@ -88470,6 +91071,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -88478,6 +91081,7 @@ }, { "name": "sammelrechnung_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -88486,7 +91090,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -88583,24 +91187,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "lieferschein_position_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "lieferschein_position_id" ] }, { "Key_name": "auftrag_position_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "auftrag_position_id" ] }, { "Key_name": "rechnung", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "rechnung" ] @@ -88609,6 +91221,7 @@ }, { "name": "scheck_checked", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -88617,7 +91230,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -88628,7 +91241,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88639,7 +91252,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88648,6 +91261,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -88656,6 +91271,7 @@ }, { "name": "scheck_druck", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -88664,7 +91280,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -88682,11 +91298,11 @@ }, { "Field": "kommentar", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88728,6 +91344,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -88736,6 +91354,7 @@ }, { "name": "scheck_gutschrift", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -88744,7 +91363,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -88775,6 +91394,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -88783,6 +91404,7 @@ }, { "name": "seriennummern", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -88791,18 +91413,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "seriennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88813,7 +91435,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88824,18 +91446,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beschreibung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88846,7 +91468,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88857,7 +91479,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88868,18 +91490,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88890,7 +91512,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88899,6 +91521,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -88907,6 +91531,7 @@ }, { "name": "seriennummern_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -88915,7 +91540,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -88956,10 +91581,10 @@ { "Field": "bezeichnung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88967,10 +91592,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -88981,7 +91606,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89022,10 +91647,10 @@ { "Field": "doctype", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89047,18 +91672,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "batch", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89078,6 +91703,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -89086,6 +91713,7 @@ }, { "name": "service", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -89094,7 +91722,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -89123,11 +91751,11 @@ }, { "Field": "ansprechpartner", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89135,10 +91763,10 @@ { "Field": "nummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "UNI", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89146,7 +91774,7 @@ { "Field": "prio", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'niedrig'", @@ -89157,10 +91785,10 @@ { "Field": "eingangart", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89171,7 +91799,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89182,18 +91810,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89201,10 +91829,10 @@ { "Field": "beschreibung_html", "Type": "longtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89212,10 +91840,10 @@ { "Field": "internebemerkung", "Type": "longtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89223,10 +91851,10 @@ { "Field": "antwortankunden", "Type": "longtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89245,7 +91873,7 @@ { "Field": "status", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'angelegt'", @@ -89266,11 +91894,11 @@ }, { "Field": "seriennummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89314,7 +91942,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89344,10 +91972,10 @@ { "Field": "art", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89355,10 +91983,10 @@ { "Field": "bereich", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89366,10 +91994,10 @@ { "Field": "freifeld1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89377,10 +92005,10 @@ { "Field": "freifeld2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89388,10 +92016,10 @@ { "Field": "freifeld3", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89399,10 +92027,10 @@ { "Field": "freifeld4", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89410,10 +92038,10 @@ { "Field": "freifeld5", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89421,10 +92049,10 @@ { "Field": "version", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89432,10 +92060,10 @@ { "Field": "antwortankundenempfaenger", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89443,10 +92071,10 @@ { "Field": "antwortankundenkopie", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89454,10 +92082,10 @@ { "Field": "antwortankundenblindkopie", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89465,10 +92093,10 @@ { "Field": "antwortankundenbetreff", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89477,12 +92105,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "nummer", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "nummer" ] @@ -89491,6 +92123,7 @@ }, { "name": "sevensenders_shipment", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -89499,7 +92132,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -89521,7 +92154,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89529,10 +92162,10 @@ { "Field": "carrier", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89540,10 +92173,10 @@ { "Field": "shipment_id", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89551,10 +92184,10 @@ { "Field": "shipment_reference", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89562,10 +92195,10 @@ { "Field": "tracking", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89574,6 +92207,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -89582,6 +92217,7 @@ }, { "name": "shopexport", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -89590,73 +92226,73 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "url", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "passwort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "token", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "challenge", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89667,7 +92303,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89678,7 +92314,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89689,7 +92325,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -89905,11 +92541,11 @@ }, { "Field": "ab_nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90126,10 +92762,10 @@ { "Field": "debitorennummer", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90159,10 +92795,10 @@ { "Field": "api_account_token", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90184,7 +92820,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90291,10 +92927,10 @@ { "Field": "json", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90302,10 +92938,10 @@ { "Field": "freitext", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90334,11 +92970,11 @@ }, { "Field": "autoversandoption", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'standard'", + "Default": "''standard''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90357,10 +92993,10 @@ { "Field": "shoptyp", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90368,10 +93004,10 @@ { "Field": "modulename", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90379,10 +93015,10 @@ { "Field": "einstellungen_json", "Type": "mediumtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90481,7 +93117,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90622,6 +93258,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -90630,6 +93268,7 @@ }, { "name": "shopexport_adressenuebertragen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -90638,7 +93277,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -90649,7 +93288,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90660,7 +93299,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90669,6 +93308,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -90677,6 +93318,7 @@ }, { "name": "shopexport_archiv", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -90685,7 +93327,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -90725,33 +93367,33 @@ }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "letzteabgeholtenummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90780,22 +93422,22 @@ }, { "Field": "nummervon", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummerbis", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90846,11 +93488,11 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90881,12 +93523,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop" ] @@ -90895,6 +93541,7 @@ }, { "name": "shopexport_artikel", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -90903,7 +93550,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -90932,11 +93579,11 @@ }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90944,21 +93591,21 @@ { "Field": "wert", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -90978,12 +93625,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shopid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shopid", "artikel" @@ -90993,6 +93644,7 @@ }, { "name": "shopexport_artikeluebertragen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -91001,7 +93653,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -91012,7 +93664,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91023,7 +93675,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91043,6 +93695,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -91051,6 +93705,7 @@ }, { "name": "shopexport_artikeluebertragen_check", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -91059,7 +93714,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -91070,7 +93725,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91081,7 +93736,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91090,6 +93745,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -91098,6 +93755,7 @@ }, { "name": "shopexport_change_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -91106,7 +93764,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -91117,18 +93775,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "username", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91136,10 +93794,10 @@ { "Field": "diff", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91157,22 +93815,22 @@ }, { "Field": "message", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plaindiff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91181,6 +93839,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -91189,6 +93849,7 @@ }, { "name": "shopexport_freifelder", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -91197,7 +93858,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -91208,29 +93869,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "freifeld_wawi", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "freifeld_shop", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91263,18 +93924,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "updatedby", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91283,6 +93944,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -91291,6 +93954,7 @@ }, { "name": "shopexport_getarticles", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -91299,7 +93963,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -91310,18 +93974,18 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91330,12 +93994,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop" ] @@ -91344,6 +94012,7 @@ }, { "name": "shopexport_kampange", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -91352,18 +94021,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91374,7 +94043,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91385,7 +94054,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91396,7 +94065,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91407,7 +94076,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91415,10 +94084,10 @@ { "Field": "link", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91429,7 +94098,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91440,7 +94109,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91451,7 +94120,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91462,7 +94131,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91473,29 +94142,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "artikel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "aktion", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91506,7 +94175,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91515,6 +94184,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -91523,6 +94194,7 @@ }, { "name": "shopexport_kategorien", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -91531,7 +94203,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -91571,33 +94243,33 @@ }, { "Field": "extid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "extparent", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "extname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91630,18 +94302,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "updatedby", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91650,18 +94322,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop" ] }, { "Key_name": "kategorie", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "kategorie" ] @@ -91670,6 +94348,7 @@ }, { "name": "shopexport_kundengruppen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -91678,7 +94357,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -91718,22 +94397,22 @@ }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'mitglied'", + "Default": "''mitglied''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "extgruppename", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91777,18 +94456,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "updatedby", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91797,6 +94476,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -91805,6 +94486,7 @@ }, { "name": "shopexport_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -91813,7 +94495,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -91832,10 +94514,10 @@ { "Field": "typ", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91843,10 +94525,10 @@ { "Field": "parameter1", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91854,10 +94536,10 @@ { "Field": "parameter2", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91865,10 +94547,10 @@ { "Field": "bearbeiter", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91887,10 +94569,10 @@ { "Field": "parameter3", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91898,10 +94580,10 @@ { "Field": "parameter4", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91910,12 +94592,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shopid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shopid", "typ", @@ -91927,6 +94613,7 @@ }, { "name": "shopexport_mapping", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -91935,7 +94622,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -91954,10 +94641,10 @@ { "Field": "tabelle", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -91986,11 +94673,11 @@ }, { "Field": "extid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92010,24 +94697,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop" ] }, { "Key_name": "tabelle", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "tabelle" ] }, { "Key_name": "intid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "intid" ] @@ -92036,6 +94731,7 @@ }, { "name": "shopexport_sprachen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -92044,7 +94740,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -92063,21 +94759,21 @@ { "Field": "land", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sprache", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92121,18 +94817,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "updatedby", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92141,6 +94837,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -92149,6 +94847,7 @@ }, { "name": "shopexport_status", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -92157,7 +94856,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -92168,18 +94867,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92190,7 +94889,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92198,10 +94897,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92209,10 +94908,10 @@ { "Field": "befehl", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92221,6 +94920,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -92229,6 +94930,7 @@ }, { "name": "shopexport_subshop", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -92237,7 +94939,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -92248,7 +94950,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92259,18 +94961,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "subshopkennung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92278,10 +94980,10 @@ { "Field": "sprache", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92314,18 +95016,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "updatedby", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92334,6 +95036,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -92342,6 +95046,7 @@ }, { "name": "shopexport_versandarten", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -92350,7 +95055,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -92361,29 +95066,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart_shop", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart_wawision", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92402,10 +95107,10 @@ { "Field": "land", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92423,11 +95128,11 @@ }, { "Field": "versandart_ausgehend", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92449,18 +95154,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "updatedby", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92480,6 +95185,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -92488,6 +95195,7 @@ }, { "name": "shopexport_voucher_cache", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -92496,7 +95204,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -92507,7 +95215,7 @@ "Collation": null, "Null": "NO", "Key": "UNI", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92538,12 +95246,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "voucher_id", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "voucher_id" ] @@ -92552,6 +95264,7 @@ }, { "name": "shopexport_zahlungsstatus", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -92560,7 +95273,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -92579,21 +95292,21 @@ { "Field": "auftrag", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92613,18 +95326,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop" ] }, { "Key_name": "auftrag", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "auftrag" ] @@ -92633,6 +95352,7 @@ }, { "name": "shopexport_zahlweisen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -92641,7 +95361,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -92652,29 +95372,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlweise_shop", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlweise_wawision", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92736,11 +95456,11 @@ }, { "Field": "updatedby", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92760,6 +95480,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -92768,6 +95490,7 @@ }, { "name": "shopimport_amazon_aufrufe", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -92776,7 +95499,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -92784,10 +95507,10 @@ { "Field": "shop", "Type": "varchar(100)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92795,10 +95518,10 @@ { "Field": "funktion", "Type": "varchar(100)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92806,10 +95529,10 @@ { "Field": "daten", "Type": "mediumtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92831,7 +95554,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92842,7 +95565,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92853,7 +95576,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92875,7 +95598,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92883,10 +95606,10 @@ { "Field": "apifunktion", "Type": "varchar(100)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92894,10 +95617,10 @@ { "Field": "feedid", "Type": "varchar(50)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92908,7 +95631,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92927,10 +95650,10 @@ { "Field": "fehlertext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92961,6 +95684,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -92969,6 +95694,7 @@ }, { "name": "shopimport_amazon_gotorders", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -92977,7 +95703,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -92985,10 +95711,10 @@ { "Field": "orderid", "Type": "varchar(30)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -92996,10 +95722,10 @@ { "Field": "orderitemid", "Type": "varchar(30)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93007,10 +95733,10 @@ { "Field": "nextordertoken", "Type": "varchar(30)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93018,10 +95744,10 @@ { "Field": "nextitemtoken", "Type": "varchar(30)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93032,7 +95758,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93040,10 +95766,10 @@ { "Field": "tracking", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93117,10 +95843,10 @@ { "Field": "marketplace", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93129,12 +95855,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "orderid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "orderid" ] @@ -93143,6 +95873,7 @@ }, { "name": "shopimport_amazon_throttling", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -93151,7 +95882,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -93159,10 +95890,10 @@ { "Field": "apifunktion", "Type": "varchar(100)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93170,10 +95901,10 @@ { "Field": "shop", "Type": "varchar(100)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93181,10 +95912,10 @@ { "Field": "typ", "Type": "varchar(50)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93195,7 +95926,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93206,7 +95937,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93217,7 +95948,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93228,7 +95959,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93239,7 +95970,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93250,7 +95981,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93261,7 +95992,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93272,7 +96003,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93283,7 +96014,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93294,7 +96025,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93316,7 +96047,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93336,12 +96067,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shopid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shopid" ] @@ -93350,6 +96085,7 @@ }, { "name": "shopimport_auftraege", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -93358,7 +96094,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -93376,22 +96112,22 @@ }, { "Field": "extid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sessionid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93399,10 +96135,10 @@ { "Field": "warenkorb", "Type": "mediumtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93413,7 +96149,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93424,7 +96160,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93435,18 +96171,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93457,18 +96193,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bestellnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93488,6 +96224,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -93496,6 +96234,7 @@ }, { "name": "shopimport_checkorder", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -93504,7 +96243,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -93533,11 +96272,11 @@ }, { "Field": "ext_order", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'0'", + "Default": "''0''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93555,11 +96294,11 @@ }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'unpaid'", + "Default": "''unpaid''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93590,6 +96329,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -93598,6 +96339,7 @@ }, { "name": "shopimporter_amazon_attachedoffers", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -93606,7 +96348,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -93647,32 +96389,32 @@ { "Field": "marketplace", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "title", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "merchantgroup", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93680,7 +96422,7 @@ { "Field": "condition", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'new'", @@ -93691,10 +96433,10 @@ { "Field": "sku", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93702,10 +96444,10 @@ { "Field": "asin", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93713,10 +96455,10 @@ { "Field": "status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93724,10 +96466,10 @@ { "Field": "currency", "Type": "varchar(4)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93790,10 +96532,10 @@ { "Field": "feed_submission_id", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93801,10 +96543,10 @@ { "Field": "feed_submission_id_price", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93812,10 +96554,10 @@ { "Field": "feed_submission_id_storage", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93823,10 +96565,10 @@ { "Field": "feed_submission_id_flat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93834,10 +96576,10 @@ { "Field": "error_code", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93845,10 +96587,10 @@ { "Field": "error_message", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93857,30 +96599,40 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] }, { "Key_name": "article_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "article_id" ] }, { "Key_name": "sku", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "sku" ] }, { "Key_name": "asin", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "asin" ] @@ -93889,6 +96641,7 @@ }, { "name": "shopimporter_amazon_browsetree", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -93897,7 +96650,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -93905,10 +96658,10 @@ { "Field": "browsenodeid", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93916,10 +96669,10 @@ { "Field": "marketplace", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93937,22 +96690,22 @@ }, { "Field": "browseNodename", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "browseNodestorecontextname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93960,10 +96713,10 @@ { "Field": "browsepathbyid", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93971,10 +96724,10 @@ { "Field": "browsepathbyname", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -93992,11 +96745,11 @@ }, { "Field": "producttypedefinitions", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94038,18 +96791,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "browsenodeid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "browsenodeid" ] }, { "Key_name": "parent_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "parent_id" ] @@ -94058,6 +96817,7 @@ }, { "name": "shopimporter_amazon_categorie", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -94066,7 +96826,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -94074,10 +96834,10 @@ { "Field": "root_node", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94085,10 +96845,10 @@ { "Field": "name", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94096,10 +96856,10 @@ { "Field": "node_de", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94107,10 +96867,10 @@ { "Field": "node_uk", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94118,10 +96878,10 @@ { "Field": "node_fr", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94129,10 +96889,10 @@ { "Field": "node_it", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94140,10 +96900,10 @@ { "Field": "node_es", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94152,18 +96912,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "name", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "name" ] }, { "Key_name": "node_de", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "node_de" ] @@ -94172,6 +96938,7 @@ }, { "name": "shopimporter_amazon_creditnotes_adjustmentid", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -94180,7 +96947,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -94232,10 +96999,10 @@ { "Field": "adjustmentid", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94255,18 +97022,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] }, { "Key_name": "creditnote_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "creditnote_id" ] @@ -94275,6 +97048,7 @@ }, { "name": "shopimporter_amazon_feedsubmission", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -94283,7 +97057,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -94302,10 +97076,10 @@ { "Field": "feed_submission_id", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94313,10 +97087,10 @@ { "Field": "feed_type", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94324,10 +97098,10 @@ { "Field": "feed_processing_status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94335,10 +97109,10 @@ { "Field": "parameter", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94349,7 +97123,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94360,7 +97134,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94371,7 +97145,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94382,7 +97156,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94391,12 +97165,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id", "feed_submission_id" @@ -94406,6 +97184,7 @@ }, { "name": "shopimporter_amazon_flatfile_article", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -94414,7 +97193,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -94454,22 +97233,22 @@ }, { "Field": "sku", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94477,21 +97256,21 @@ { "Field": "marketplace", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "feedsubmissionid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94499,10 +97278,10 @@ { "Field": "error_message", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94522,12 +97301,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] @@ -94536,6 +97319,7 @@ }, { "name": "shopimporter_amazon_flatfile_article_image", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -94544,7 +97328,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -94573,22 +97357,22 @@ }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "url", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94608,18 +97392,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shopimporter_amazon_flatfile_article_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shopimporter_amazon_flatfile_article_id" ] }, { "Key_name": "file_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "file_id" ] @@ -94628,6 +97418,7 @@ }, { "name": "shopimporter_amazon_flatfile_article_value", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -94636,7 +97427,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -94654,22 +97445,22 @@ }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "value", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94678,12 +97469,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shopimporter_amazon_flatfile_article_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shopimporter_amazon_flatfile_article_id" ] @@ -94692,6 +97487,7 @@ }, { "name": "shopimporter_amazon_flatfiledefinition", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -94700,7 +97496,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -94708,10 +97504,10 @@ { "Field": "name", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "UNI", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94719,10 +97515,10 @@ { "Field": "country", "Type": "varchar(2)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94730,10 +97526,10 @@ { "Field": "csv", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94741,10 +97537,10 @@ { "Field": "definitions_json", "Type": "mediumtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94752,10 +97548,10 @@ { "Field": "requirements_json", "Type": "mediumtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94763,10 +97559,10 @@ { "Field": "allowed_values_json", "Type": "mediumtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94775,12 +97571,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "name", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "name" ] @@ -94789,6 +97589,7 @@ }, { "name": "shopimporter_amazon_flatfilefields", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -94797,18 +97598,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "fieldname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "UNI", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94817,12 +97618,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "fieldname", + "Index_type": "HASH", + "Non_unique": "", "columns": [ "fieldname" ] @@ -94831,6 +97636,7 @@ }, { "name": "shopimporter_amazon_invoice_address", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -94839,7 +97645,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -94858,76 +97664,76 @@ { "Field": "orderid", "Type": "varchar(19)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "addressfieldone", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "addressfieldtwo", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "addressfieldthree", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "city", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "region", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94935,10 +97741,10 @@ { "Field": "postalcode", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94946,32 +97752,32 @@ { "Field": "countrycode", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "phonenumber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -94980,12 +97786,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "orderid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "orderid" ] @@ -94994,6 +97804,7 @@ }, { "name": "shopimporter_amazon_invoice_upload", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -95002,7 +97813,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -95065,10 +97876,10 @@ { "Field": "orderid", "Type": "varchar(19)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95076,10 +97887,10 @@ { "Field": "shippingid", "Type": "varchar(19)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95109,10 +97920,10 @@ { "Field": "report", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95120,10 +97931,10 @@ { "Field": "marketplace", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95131,10 +97942,10 @@ { "Field": "status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95142,10 +97953,10 @@ { "Field": "error_code", "Type": "varchar(5)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95153,10 +97964,10 @@ { "Field": "error_message", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95164,10 +97975,10 @@ { "Field": "invoice_number", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95196,11 +98007,11 @@ }, { "Field": "transaction_id", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95220,18 +98031,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] }, { "Key_name": "orderid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "orderid" ] @@ -95240,6 +98057,7 @@ }, { "name": "shopimporter_amazon_listing", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -95248,7 +98066,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -95267,10 +98085,10 @@ { "Field": "marketplace_request", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95281,7 +98099,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95292,7 +98110,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95300,10 +98118,10 @@ { "Field": "seller_sku", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95311,10 +98129,10 @@ { "Field": "item_name", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95332,11 +98150,11 @@ }, { "Field": "listing_id", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95344,10 +98162,10 @@ { "Field": "item_description", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95358,7 +98176,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95369,7 +98187,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95380,18 +98198,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "image_url", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95399,10 +98217,10 @@ { "Field": "item_is_marketplace", "Type": "varchar(1)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95413,7 +98231,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95424,18 +98242,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "item_note", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95446,40 +98264,40 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zshop_category1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zshop_browse_path", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zshop_storefron_feature", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95487,10 +98305,10 @@ { "Field": "asin", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95498,10 +98316,10 @@ { "Field": "asin2", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95509,10 +98327,10 @@ { "Field": "asin3", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95520,10 +98338,10 @@ { "Field": "will_ship_internationally", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95531,10 +98349,10 @@ { "Field": "expedited_shipping", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95542,43 +98360,43 @@ { "Field": "zshop_boldface", "Type": "varchar(1)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "product_id", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bid_for_fetatured_placement", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "add_delete", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95589,18 +98407,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "fulfillment_channel", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95611,18 +98429,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "quantity_price_type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95633,7 +98451,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95644,7 +98462,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95655,7 +98473,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95666,7 +98484,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95677,7 +98495,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95688,7 +98506,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95699,7 +98517,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95710,7 +98528,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95721,7 +98539,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95732,18 +98550,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "merchant_shipping_group", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95751,10 +98569,10 @@ { "Field": "status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95776,7 +98594,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95796,18 +98614,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "article_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "article_id" ] }, { "Key_name": "seller_sku", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "seller_sku" ] @@ -95816,6 +98640,7 @@ }, { "name": "shopimporter_amazon_merchantgroup", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -95824,7 +98649,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -95842,11 +98667,11 @@ }, { "Field": "groupname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95866,12 +98691,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] @@ -95880,6 +98709,7 @@ }, { "name": "shopimporter_amazon_order_status", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -95888,7 +98718,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -95907,10 +98737,10 @@ { "Field": "orderid", "Type": "varchar(19)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95918,10 +98748,10 @@ { "Field": "status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -95941,12 +98771,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "shop_id", "orderid", @@ -95957,6 +98791,7 @@ }, { "name": "shopimporter_amazon_orderadjustment", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -95965,7 +98800,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -95995,10 +98830,10 @@ { "Field": "submitfeedid", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96006,10 +98841,10 @@ { "Field": "status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96029,18 +98864,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] }, { "Key_name": "status", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "status" ] @@ -96049,6 +98890,7 @@ }, { "name": "shopimporter_amazon_orderinfo", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -96057,7 +98899,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -96076,10 +98918,10 @@ { "Field": "orderid", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96132,12 +98974,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "orderid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "orderid" ] @@ -96146,6 +98992,7 @@ }, { "name": "shopimporter_amazon_recommendation", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -96154,7 +99001,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -96172,88 +99019,88 @@ }, { "Field": "recommendationtype", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "itemname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "defectgroup", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "recommendationid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "recommendationreason", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "defectattribute", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "asin", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sku", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96273,18 +99120,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] }, { "Key_name": "recommendationid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "recommendationid" ] @@ -96293,6 +99146,7 @@ }, { "name": "shopimporter_amazon_report_scheduler", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -96301,7 +99155,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -96323,7 +99177,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96342,10 +99196,10 @@ { "Field": "marketplace_request", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96353,10 +99207,10 @@ { "Field": "report_type", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96364,10 +99218,10 @@ { "Field": "last_reportrequestid", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96375,10 +99229,10 @@ { "Field": "last_generatedreportid", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96386,10 +99240,10 @@ { "Field": "last_report_status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96409,12 +99263,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "shop_id", "report_type", @@ -96425,6 +99283,7 @@ }, { "name": "shopimporter_amazon_requestinfo", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -96433,7 +99292,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -96452,10 +99311,10 @@ { "Field": "type", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96463,10 +99322,10 @@ { "Field": "doctype", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96474,10 +99333,10 @@ { "Field": "parameter", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96485,10 +99344,10 @@ { "Field": "parameter2", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96496,10 +99355,10 @@ { "Field": "status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96518,10 +99377,10 @@ { "Field": "error", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96541,12 +99400,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id", "type" @@ -96554,12 +99417,16 @@ }, { "Key_name": "shopimporter_amazon_aufrufe_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shopimporter_amazon_aufrufe_id" ] }, { "Key_name": "status", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "status" ] @@ -96568,6 +99435,7 @@ }, { "name": "shopimporter_amazon_service_status", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -96576,7 +99444,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -96595,10 +99463,10 @@ { "Field": "status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96618,18 +99486,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] }, { "Key_name": "updated_at", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "updated_at" ] @@ -96638,6 +99512,7 @@ }, { "name": "shopimporter_amazon_small_and_light", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -96646,7 +99521,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -96665,10 +99540,10 @@ { "Field": "marketplace_request", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96679,18 +99554,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sku", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96698,10 +99573,10 @@ { "Field": "fnsku", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96709,10 +99584,10 @@ { "Field": "asin", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96720,10 +99595,10 @@ { "Field": "protuct_name", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96731,10 +99606,10 @@ { "Field": "enrolled_in_snl", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96742,10 +99617,10 @@ { "Field": "marketplace", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96756,7 +99631,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96767,7 +99642,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96778,7 +99653,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96787,12 +99662,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] @@ -96801,6 +99680,7 @@ }, { "name": "shopimporter_amazon_token", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -96809,7 +99689,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -96827,11 +99707,11 @@ }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96839,10 +99719,10 @@ { "Field": "token", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96862,12 +99742,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "HASH", + "Non_unique": "", "columns": [ "shop_id", "type" @@ -96877,6 +99761,7 @@ }, { "name": "shopimporter_amazon_xsd_enumerations", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -96885,29 +99770,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parent_name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "direct_parent", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96915,21 +99800,21 @@ { "Field": "element_name", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "element_value", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96937,32 +99822,32 @@ { "Field": "enumeration_type", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "restriction", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "file", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -96982,18 +99867,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "enumeration_type", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "enumeration_type" ] }, { "Key_name": "element_name", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "element_name" ] @@ -97002,6 +99893,7 @@ }, { "name": "shopimporter_shopify_auftraege", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -97010,7 +99902,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -97029,10 +99921,10 @@ { "Field": "extid", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97051,10 +99943,10 @@ { "Field": "bearbeiter", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97073,10 +99965,10 @@ { "Field": "transaction_id", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97084,10 +99976,10 @@ { "Field": "zahlungsweise", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97096,18 +99988,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop" ] }, { "Key_name": "extid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "extid" ] @@ -97116,6 +100014,7 @@ }, { "name": "shopnavigation", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -97124,18 +100023,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97146,7 +100045,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97157,40 +100056,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung_en", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plugin", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "pluginparameter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97201,18 +100100,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "target", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97221,6 +100120,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -97229,6 +100130,7 @@ }, { "name": "singleshipment_order", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -97237,7 +100139,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -97248,7 +100150,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97259,7 +100161,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97270,40 +100172,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "trackingnumber", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "quality", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97312,6 +100214,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -97320,6 +100224,7 @@ }, { "name": "snapaddy_address", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -97328,7 +100233,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -97336,10 +100241,10 @@ { "Field": "address_id", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97347,10 +100252,10 @@ { "Field": "contact_list", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97358,10 +100263,10 @@ { "Field": "firstName", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97369,10 +100274,10 @@ { "Field": "lastName", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97380,10 +100285,10 @@ { "Field": "phone", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97391,10 +100296,10 @@ { "Field": "email", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97402,10 +100307,10 @@ { "Field": "city", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97413,10 +100318,10 @@ { "Field": "website", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97424,10 +100329,10 @@ { "Field": "zip", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97446,10 +100351,10 @@ { "Field": "snap_created", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97457,10 +100362,10 @@ { "Field": "snap_hash", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "UNI", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97468,10 +100373,10 @@ { "Field": "address", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97480,12 +100385,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "snap_hash", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "snap_hash" ] @@ -97494,6 +100403,7 @@ }, { "name": "snapaddy_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -97502,7 +100412,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -97510,10 +100420,10 @@ { "Field": "lvl", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97521,10 +100431,10 @@ { "Field": "msg", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97544,6 +100454,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -97552,6 +100464,7 @@ }, { "name": "sprachen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -97560,7 +100473,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -97568,43 +100481,43 @@ { "Field": "iso", "Type": "varchar(2)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung_de", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung_en", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "alias", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97624,6 +100537,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -97632,6 +100547,7 @@ }, { "name": "spryker_data", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -97640,7 +100556,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -97651,7 +100567,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97669,22 +100585,22 @@ }, { "Field": "reference", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97704,12 +100620,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] @@ -97718,6 +100638,7 @@ }, { "name": "spryker_online_number", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -97726,7 +100647,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -97734,10 +100655,10 @@ { "Field": "order_reference", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97745,10 +100666,10 @@ { "Field": "order_shipment", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97759,7 +100680,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97768,18 +100689,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "order_reference", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "order_reference" ] }, { "Key_name": "order_shipment", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "order_shipment" ] @@ -97788,6 +100715,7 @@ }, { "name": "spryker_order_reference", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -97796,7 +100724,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -97807,40 +100735,40 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "order_reference", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shipment_id", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "order_item_reference", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97860,12 +100788,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "shop_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "shop_id" ] @@ -97874,6 +100806,7 @@ }, { "name": "sqlcache", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -97882,7 +100815,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -97890,10 +100823,10 @@ { "Field": "abfrage", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97901,21 +100834,21 @@ { "Field": "ergebnis", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "shortcode", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -97946,6 +100879,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -97954,6 +100889,7 @@ }, { "name": "standardpackage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -97962,29 +100898,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "description", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98047,10 +100983,10 @@ { "Field": "color", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98059,6 +100995,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -98067,6 +101005,7 @@ }, { "name": "stechuhr", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -98075,7 +101014,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -98086,7 +101025,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98138,10 +101077,10 @@ { "Field": "status", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98161,12 +101100,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "datum", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "datum" ] @@ -98175,6 +101118,7 @@ }, { "name": "stechuhrdevice", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -98183,18 +101127,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "url", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98258,6 +101202,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -98266,6 +101212,7 @@ }, { "name": "steuersaetze", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -98274,7 +101221,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -98282,10 +101229,10 @@ { "Field": "bezeichnung", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98315,10 +101262,10 @@ { "Field": "bearbeiter", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98351,7 +101298,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98362,7 +101309,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98370,10 +101317,10 @@ { "Field": "type", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98381,10 +101328,10 @@ { "Field": "country_code", "Type": "varchar(8)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98404,6 +101351,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -98412,6 +101361,7 @@ }, { "name": "stock_replenishment_list", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -98420,7 +101370,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -98528,12 +101478,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "article_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "article_id", "is_replenishment" @@ -98543,6 +101497,7 @@ }, { "name": "stueckliste", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -98551,7 +101506,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -98562,7 +101517,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98573,7 +101528,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98581,32 +101536,32 @@ { "Field": "referenz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "place", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "layer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98617,7 +101572,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98639,7 +101594,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98647,10 +101602,10 @@ { "Field": "wert", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98658,10 +101613,10 @@ { "Field": "bauform", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98680,10 +101635,10 @@ { "Field": "zachse", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98691,10 +101646,10 @@ { "Field": "xpos", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98702,10 +101657,10 @@ { "Field": "ypos", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98713,10 +101668,10 @@ { "Field": "art", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98725,12 +101680,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "stuecklistevonartikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "stuecklistevonartikel" ] @@ -98739,6 +101698,7 @@ }, { "name": "stundensatz", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -98747,7 +101707,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -98758,7 +101718,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98769,18 +101729,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98791,7 +101751,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98802,7 +101762,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98811,6 +101771,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -98818,7 +101780,8 @@ ] }, { - "name": "supersearch_index_group", + "name": "subscription_cycle_job", + "collation": "utf8mb4_general_ci", "type": "BASE TABLE", "columns": [ { @@ -98827,7 +101790,98 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, + "Extra": "auto_increment", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "address_id", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "MUL", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "document_type", + "Type": "varchar(32)", + "Collation": "utf8mb3_general_ci", + "Null": "NO", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "job_type", + "Type": "varchar(32)", + "Collation": "utf8mb3_general_ci", + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "printer_id", + "Type": "int(11)", + "Collation": null, + "Null": "YES", + "Key": "", + "Default": null, + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + }, + { + "Field": "created_at", + "Type": "timestamp", + "Collation": null, + "Null": "NO", + "Key": "", + "Default": "current_timestamp()", + "Extra": "", + "Privileges": "select,insert,update,references", + "Comment": "" + } + ], + "keys": [ + { + "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", + "columns": [ + "id" + ] + }, + { + "Key_name": "address", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", + "columns": [ + "address_id" + ] + } + ] + }, + { + "name": "supersearch_index_group", + "collation": "utf8mb3_general_ci", + "type": "BASE TABLE", + "columns": [ + { + "Field": "id", + "Type": "int(11)", + "Collation": null, + "Null": "NO", + "Key": "PRI", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -98835,10 +101889,10 @@ { "Field": "name", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "UNI", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98846,10 +101900,10 @@ { "Field": "title", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98857,10 +101911,10 @@ { "Field": "module", "Type": "varchar(38)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98882,7 +101936,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98893,7 +101947,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98902,12 +101956,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "name", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "name" ] @@ -98916,6 +101974,7 @@ }, { "name": "supersearch_index_item", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -98924,7 +101983,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -98932,10 +101991,10 @@ { "Field": "index_name", "Type": "varchar(16)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98943,10 +102002,10 @@ { "Field": "index_id", "Type": "varchar(38)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98965,10 +102024,10 @@ { "Field": "title", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98976,21 +102035,21 @@ { "Field": "subtitle", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "additional_infos", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -98998,21 +102057,21 @@ { "Field": "link", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "search_words", - "Type": "text", - "Collation": "utf8mb3_general_ci", + "Type": "varchar(255)", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99045,7 +102104,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99054,12 +102113,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "index_identifier", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "index_name", "index_id" @@ -99067,12 +102130,16 @@ }, { "Key_name": "project_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "project_id" ] }, { "Key_name": "FullText", + "Index_type": "FULLTEXT", + "Non_unique": "UNIQUE", "columns": [ "search_words" ] @@ -99081,6 +102148,7 @@ }, { "name": "supportapp", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -99089,7 +102157,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -99122,7 +102190,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99141,10 +102209,10 @@ { "Field": "version", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99152,10 +102220,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99163,10 +102231,10 @@ { "Field": "status", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99174,10 +102242,10 @@ { "Field": "phase", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99197,6 +102265,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -99205,6 +102275,7 @@ }, { "name": "supportapp_artikel", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -99213,7 +102284,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -99244,6 +102315,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -99252,6 +102325,7 @@ }, { "name": "supportapp_auftrag_check", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -99260,7 +102334,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -99271,7 +102345,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99282,7 +102356,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99293,7 +102367,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99304,7 +102378,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99324,6 +102398,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -99332,6 +102408,7 @@ }, { "name": "supportapp_gruppen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -99340,7 +102417,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -99351,18 +102428,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99382,6 +102459,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -99390,6 +102469,7 @@ }, { "name": "supportapp_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -99398,7 +102478,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -99431,18 +102511,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "details", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99451,6 +102531,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -99459,6 +102541,7 @@ }, { "name": "supportapp_schritte", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -99467,18 +102550,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'0'", + "Default": "''0''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99497,10 +102580,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99553,6 +102636,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -99561,6 +102646,7 @@ }, { "name": "supportapp_vorlagen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -99569,29 +102655,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "taetigkeit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99599,10 +102685,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99611,6 +102697,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -99619,6 +102707,7 @@ }, { "name": "survey", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -99627,18 +102716,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99668,10 +102757,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99679,10 +102768,10 @@ { "Field": "action", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99691,6 +102780,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -99699,6 +102790,7 @@ }, { "name": "survey_user", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -99707,7 +102799,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -99737,10 +102829,10 @@ { "Field": "data", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99760,18 +102852,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "survey_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "survey_id" ] }, { "Key_name": "user_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "user_id" ] @@ -99780,6 +102878,7 @@ }, { "name": "system_disk_free", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -99788,7 +102887,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -99799,7 +102898,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99810,7 +102909,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99821,7 +102920,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99832,7 +102931,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99852,12 +102951,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "created_at", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "created_at" ] @@ -99866,6 +102969,7 @@ }, { "name": "systemhealth", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -99874,7 +102978,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -99893,10 +102997,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99904,10 +103008,10 @@ { "Field": "description", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99915,21 +103019,21 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "message", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99951,7 +103055,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99973,7 +103077,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -99982,18 +103086,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "systemhealth_category_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "systemhealth_category_id" ] }, { "Key_name": "name", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "name" ] @@ -100002,6 +103112,7 @@ }, { "name": "systemhealth_category", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -100010,7 +103121,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -100018,10 +103129,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100029,10 +103140,10 @@ { "Field": "description", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100052,12 +103163,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "name", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "name" ] @@ -100066,6 +103181,7 @@ }, { "name": "systemhealth_custom_error_lvl", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -100074,7 +103190,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -100093,10 +103209,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100105,12 +103221,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "systemhealth_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "systemhealth_id" ] @@ -100119,6 +103239,7 @@ }, { "name": "systemhealth_event", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -100127,7 +103248,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -100157,10 +103278,10 @@ { "Field": "doctype", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100179,21 +103300,21 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "message", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100202,18 +103323,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "systemhealth_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "systemhealth_id" ] }, { "Key_name": "created_at", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "created_at" ] @@ -100222,6 +103349,7 @@ }, { "name": "systemhealth_notification", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -100230,7 +103358,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -100238,21 +103366,21 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100261,6 +103389,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -100269,6 +103399,7 @@ }, { "name": "systemhealth_notification_item", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -100277,7 +103408,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -100307,21 +103438,21 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100330,6 +103461,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -100338,6 +103471,7 @@ }, { "name": "systemlog", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -100346,7 +103480,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -100354,10 +103488,10 @@ { "Field": "meldung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100365,10 +103499,10 @@ { "Field": "dump", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100376,10 +103510,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100387,10 +103521,10 @@ { "Field": "action", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100398,10 +103532,10 @@ { "Field": "bearbeiter", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100409,10 +103543,10 @@ { "Field": "funktionsname", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100423,7 +103557,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100442,10 +103576,10 @@ { "Field": "argumente", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100465,6 +103599,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -100473,6 +103609,7 @@ }, { "name": "systemtemplates", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -100481,7 +103618,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -100489,10 +103626,10 @@ { "Field": "filename", "Type": "varchar(200)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100500,10 +103637,10 @@ { "Field": "footer_icons", "Type": "varchar(200)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100511,10 +103648,10 @@ { "Field": "category", "Type": "varchar(100)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100522,10 +103659,10 @@ { "Field": "title", "Type": "varchar(100)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100533,10 +103670,10 @@ { "Field": "description", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100567,12 +103704,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "system_pkey", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "id", "hidden" @@ -100582,6 +103723,7 @@ }, { "name": "task_subscription", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -100590,7 +103732,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -100601,7 +103743,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100612,7 +103754,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100621,12 +103763,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "task_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "task_id" ] @@ -100635,6 +103781,7 @@ }, { "name": "task_timeline", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -100643,7 +103790,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -100654,7 +103801,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100665,7 +103812,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100684,10 +103831,10 @@ { "Field": "content", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100696,12 +103843,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "task_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "task_id" ] @@ -100710,6 +103861,7 @@ }, { "name": "teilprojekt_geplante_zeiten", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -100718,7 +103870,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -100758,11 +103910,11 @@ }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100793,6 +103945,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -100801,6 +103955,7 @@ }, { "name": "telefonrueckruf", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -100809,7 +103964,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -100820,7 +103975,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100831,7 +103986,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100849,22 +104004,22 @@ }, { "Field": "adressetext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100904,11 +104059,11 @@ }, { "Field": "telefonnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100916,10 +104071,10 @@ { "Field": "kommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100939,12 +104094,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "rueckrufvon", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "rueckrufvon" ] @@ -100953,6 +104112,7 @@ }, { "name": "telefonrueckruf_versuche", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -100961,7 +104121,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -100983,7 +104143,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -100994,7 +104154,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101013,10 +104173,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101025,12 +104185,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "telefonrueckruf", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "telefonrueckruf" ] @@ -101039,6 +104203,7 @@ }, { "name": "templatemessage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -101047,7 +104212,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -101066,10 +104231,10 @@ { "Field": "message", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101089,12 +104254,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "user", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "user" ] @@ -101103,6 +104272,7 @@ }, { "name": "textvorlagen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -101111,18 +104281,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101130,32 +104300,32 @@ { "Field": "text", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "stichwoerter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "projekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101164,6 +104334,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -101172,6 +104344,7 @@ }, { "name": "ticket", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -101180,7 +104353,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -101188,10 +104361,10 @@ { "Field": "schluessel", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101209,33 +104382,33 @@ }, { "Field": "projekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "quelle", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101243,10 +104416,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101257,18 +104430,18 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kunde", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101276,21 +104449,21 @@ { "Field": "warteschlange", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "mailadresse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101301,18 +104474,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101323,7 +104496,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101334,18 +104507,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "inbearbeitung_user", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101356,7 +104529,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101364,10 +104537,10 @@ { "Field": "notiz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101397,10 +104570,10 @@ { "Field": "kommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101430,10 +104603,10 @@ { "Field": "tags", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101444,7 +104617,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101453,30 +104626,40 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "schluessel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "schluessel" ] }, { "Key_name": "service", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "service" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "warteschlange", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "warteschlange" ] @@ -101485,6 +104668,7 @@ }, { "name": "ticket_category", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -101493,18 +104677,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101546,6 +104730,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -101554,6 +104740,7 @@ }, { "name": "ticket_header", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -101562,7 +104749,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -101573,18 +104760,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101592,10 +104779,10 @@ { "Field": "value", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101604,6 +104791,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -101612,6 +104801,7 @@ }, { "name": "ticket_nachricht", + "collation": "utf8mb4_unicode_ci", "type": "BASE TABLE", "columns": [ { @@ -101620,7 +104810,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -101628,10 +104818,10 @@ { "Field": "ticket", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101639,10 +104829,10 @@ { "Field": "verfasser", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101650,10 +104840,10 @@ { "Field": "bearbeiter", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101661,10 +104851,10 @@ { "Field": "mail", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101675,7 +104865,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101686,7 +104876,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101694,10 +104884,10 @@ { "Field": "text", "Type": "longtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101705,10 +104895,10 @@ { "Field": "textausgang", "Type": "longtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101716,10 +104906,10 @@ { "Field": "betreff", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101727,10 +104917,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101738,10 +104928,10 @@ { "Field": "medium", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101749,10 +104939,10 @@ { "Field": "versendet", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101760,10 +104950,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101771,10 +104961,10 @@ { "Field": "mail_cc", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101782,10 +104972,10 @@ { "Field": "verfasser_replyto", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101793,10 +104983,10 @@ { "Field": "mail_replyto", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101805,12 +104995,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "ticket", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "ticket" ] @@ -101818,6 +105012,7 @@ { "Key_name": "FullText", "Index_type": "FULLTEXT", + "Non_unique": "UNIQUE", "columns": [ "betreff", "verfasser", @@ -101828,6 +105023,7 @@ }, { "name": "ticket_regeln", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -101836,51 +105032,51 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "empfaenger_email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sender_email", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "betreff", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101932,10 +105128,10 @@ { "Field": "warteschlange", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -101955,6 +105151,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -101963,6 +105161,7 @@ }, { "name": "ticket_vorlage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -101971,7 +105170,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -101982,18 +105181,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vorlagenname", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102001,10 +105200,10 @@ { "Field": "vorlage", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102015,7 +105214,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102026,7 +105225,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102057,12 +105256,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "ticket_category_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "ticket_category_id" ] @@ -102071,6 +105274,7 @@ }, { "name": "transfer_account_label", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -102079,7 +105283,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -102098,10 +105302,10 @@ { "Field": "filter_type", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102110,6 +105314,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -102118,6 +105324,7 @@ }, { "name": "transfer_sellingreport_job", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -102126,7 +105333,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -102148,7 +105355,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102159,7 +105366,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102167,7 +105374,7 @@ { "Field": "status", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'created'", @@ -102190,6 +105397,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -102198,6 +105407,7 @@ }, { "name": "uebersetzung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -102206,7 +105416,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -102214,10 +105424,10 @@ { "Field": "label", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102225,10 +105435,10 @@ { "Field": "beschriftung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102236,10 +105446,10 @@ { "Field": "sprache", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102247,10 +105457,10 @@ { "Field": "original", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102259,18 +105469,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "sprache", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "sprache" ] }, { "Key_name": "label", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "label" ] @@ -102279,6 +105495,7 @@ }, { "name": "uebertragungen_account", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -102287,7 +105504,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -102295,10 +105512,10 @@ { "Field": "bezeichnung", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102306,10 +105523,10 @@ { "Field": "typ", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102338,121 +105555,121 @@ }, { "Field": "server", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "port", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "username", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "passwort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter3", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter4", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "authmethod", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "publickeyfile", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "privatekeyfile", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102460,10 +105677,10 @@ { "Field": "publickey", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102471,10 +105688,10 @@ { "Field": "privatekey", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102515,10 +105732,10 @@ { "Field": "bearbeiter", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102547,11 +105764,11 @@ }, { "Field": "letzter_status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102581,7 +105798,7 @@ { "Field": "xml_pdf", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'xml'", @@ -102592,10 +105809,10 @@ { "Field": "belegtyp", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102603,10 +105820,10 @@ { "Field": "documenttype_incoming", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102614,10 +105831,10 @@ { "Field": "belegstatus", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102669,10 +105886,10 @@ { "Field": "emailbody", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102691,10 +105908,10 @@ { "Field": "xml_zusatz", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102779,10 +105996,10 @@ { "Field": "csv_codierung", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102790,10 +106007,10 @@ { "Field": "csv_trennzeichen", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102801,10 +106018,10 @@ { "Field": "csv_tracking", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102812,10 +106029,10 @@ { "Field": "csv_lagerzahl", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102823,10 +106040,10 @@ { "Field": "csv_lieferschein", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102834,10 +106051,10 @@ { "Field": "csv_auftrag", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102845,10 +106062,10 @@ { "Field": "csv_bestellung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102881,7 +106098,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102892,7 +106109,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102903,7 +106120,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102914,7 +106131,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -102925,7 +106142,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103075,11 +106292,11 @@ }, { "Field": "dateianhangtyp", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'datei'", + "Default": "''datei''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103087,10 +106304,10 @@ { "Field": "csvheader_lagerzahlen", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103098,10 +106315,10 @@ { "Field": "csvheader_tracking", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103164,10 +106381,10 @@ { "Field": "einstellungen_json", "Type": "mediumtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103208,10 +106425,10 @@ { "Field": "sales_report_type", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103274,7 +106491,7 @@ { "Field": "csvseparator", "Type": "varchar(4)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "';'", @@ -103285,10 +106502,10 @@ { "Field": "coding", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103297,6 +106514,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -103305,6 +106524,7 @@ }, { "name": "uebertragungen_account_oauth", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -103313,7 +106533,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -103324,7 +106544,7 @@ "Collation": null, "Null": "NO", "Key": "UNI", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103332,10 +106552,10 @@ { "Field": "client_id", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103343,10 +106563,10 @@ { "Field": "client_secret", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103354,10 +106574,10 @@ { "Field": "url", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103365,10 +106585,10 @@ { "Field": "access_token", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103379,7 +106599,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103388,12 +106608,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "uebertragungen_account_id", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "uebertragungen_account_id" ] @@ -103402,6 +106626,7 @@ }, { "name": "uebertragungen_artikel", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -103410,7 +106635,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -103439,22 +106664,22 @@ }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103474,12 +106699,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "uebertragungen_account", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "uebertragungen_account", "artikel" @@ -103489,6 +106718,7 @@ }, { "name": "uebertragungen_dateien", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -103497,7 +106727,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -103516,21 +106746,21 @@ { "Field": "datei", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "datei_wawi", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103538,10 +106768,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103605,12 +106835,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "uebertragung_account", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "uebertragung_account", "datei" @@ -103620,6 +106854,7 @@ }, { "name": "uebertragungen_event", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -103628,7 +106863,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -103647,10 +106882,10 @@ { "Field": "eventname", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103658,10 +106893,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103669,21 +106904,21 @@ { "Field": "action", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103712,11 +106947,11 @@ }, { "Field": "kommentar", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103725,12 +106960,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "uebertragung_account", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "uebertragung_account" ] @@ -103739,6 +106978,7 @@ }, { "name": "uebertragungen_event_einstellungen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -103747,7 +106987,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -103766,10 +107006,10 @@ { "Field": "eventname", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103800,12 +107040,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "uebertragung_account", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "uebertragung_account", "eventname" @@ -103815,6 +107059,7 @@ }, { "name": "uebertragungen_fileconvert_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -103823,7 +107068,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -103841,55 +107086,55 @@ }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "datei", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103897,10 +107142,10 @@ { "Field": "wert", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103920,6 +107165,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -103928,6 +107175,7 @@ }, { "name": "uebertragungen_lagercache", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -103936,7 +107184,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -103947,7 +107195,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103958,7 +107206,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103980,7 +107228,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -103989,6 +107237,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -103997,6 +107247,7 @@ }, { "name": "uebertragungen_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -104005,7 +107256,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -104023,55 +107274,55 @@ }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "datei", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104079,10 +107330,10 @@ { "Field": "wert", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104102,12 +107353,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "uebertragungen_account", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "uebertragungen_account" ] @@ -104116,6 +107371,7 @@ }, { "name": "uebertragungen_monitor", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -104124,7 +107380,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -104164,55 +107420,55 @@ }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nachricht", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "element1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "element2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "element3", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104230,11 +107486,11 @@ }, { "Field": "doctype", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104265,12 +107521,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "uebertragungen_account", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "uebertragungen_account", "datei", @@ -104282,6 +107542,7 @@ }, { "name": "uebertragungen_trackingnummern", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -104290,7 +107551,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -104301,7 +107562,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104312,7 +107573,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104321,6 +107582,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -104329,6 +107592,7 @@ }, { "name": "umsatzstatistik", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -104337,7 +107601,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -104367,10 +107631,10 @@ { "Field": "objekt", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104378,10 +107642,10 @@ { "Field": "belegnr", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104389,10 +107653,10 @@ { "Field": "kundennummer", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104400,10 +107664,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104469,7 +107733,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104477,7 +107741,7 @@ { "Field": "waehrung", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'EUR'", @@ -104511,6 +107775,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -104519,6 +107785,7 @@ }, { "name": "unterprojekt", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -104527,7 +107794,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -104538,40 +107805,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verantwortlicher", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "aktiv", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104582,7 +107849,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104602,6 +107869,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -104610,6 +107879,7 @@ }, { "name": "ups", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -104618,7 +107888,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -104636,22 +107906,22 @@ }, { "Field": "account_nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104682,6 +107952,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -104690,6 +107962,7 @@ }, { "name": "user", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -104698,7 +107971,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -104706,21 +107979,21 @@ { "Field": "username", "Type": "varchar(100)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "password", - "Type": "varchar(255)", + "Type": "text", "Collation": "utf8mb3_bin", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104731,18 +108004,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "description", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104750,10 +108023,10 @@ { "Field": "settings", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104764,7 +108037,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104783,10 +108056,10 @@ { "Field": "type", "Type": "varchar(100)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104797,7 +108070,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104808,7 +108081,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104819,7 +108092,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104830,7 +108103,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104849,10 +108122,10 @@ { "Field": "startseite", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104863,18 +108136,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "hwkey", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104885,40 +108158,40 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "motppin", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "motpsecret", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "passwordmd5", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104929,7 +108202,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -104970,32 +108243,32 @@ { "Field": "rfidtag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vorlage", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kalender_passwort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105017,7 +108290,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105028,7 +108301,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105057,22 +108330,22 @@ }, { "Field": "internebezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "hwdatablock", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105091,10 +108364,10 @@ { "Field": "passwordsha512", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105102,10 +108375,10 @@ { "Field": "salt", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105123,22 +108396,22 @@ }, { "Field": "sprachebevorzugen", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vergessencode", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105149,7 +108422,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105168,10 +108441,10 @@ { "Field": "defaultcolor", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105179,10 +108452,10 @@ { "Field": "passwordhash", "Type": "char(60)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105201,10 +108474,10 @@ { "Field": "docscan_passwort", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105222,22 +108495,22 @@ }, { "Field": "stechuhrdevice", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "role", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105246,12 +108519,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -105260,6 +108537,7 @@ }, { "name": "user_totp", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -105268,7 +108546,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -105279,7 +108557,7 @@ "Collation": null, "Null": "NO", "Key": "UNI", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105298,10 +108576,10 @@ { "Field": "secret", "Type": "varchar(100)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105332,12 +108610,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "user_id", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "user_id" ] @@ -105346,6 +108628,7 @@ }, { "name": "userkonfiguration", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -105354,7 +108637,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -105373,10 +108656,10 @@ { "Field": "name", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105384,10 +108667,10 @@ { "Field": "value", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105396,18 +108679,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "user", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "user" ] }, { "Key_name": "name", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "name" ] @@ -105416,6 +108705,7 @@ }, { "name": "useronline", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -105443,10 +108733,10 @@ { "Field": "sessionid", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105454,10 +108744,10 @@ { "Field": "ip", "Type": "varchar(200)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105488,6 +108778,8 @@ "keys": [ { "Key_name": "sessionid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "sessionid" ] @@ -105496,6 +108788,7 @@ }, { "name": "userrights", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -105504,7 +108797,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -105515,7 +108808,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105523,10 +108816,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105534,10 +108827,10 @@ { "Field": "action", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105548,7 +108841,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105557,12 +108850,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "user", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "user" ] @@ -105571,6 +108868,7 @@ }, { "name": "uservorlage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -105579,18 +108877,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105598,10 +108896,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105610,6 +108908,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -105618,6 +108918,7 @@ }, { "name": "uservorlagerights", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -105626,7 +108927,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -105637,7 +108938,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105645,10 +108946,10 @@ { "Field": "module", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105656,10 +108957,10 @@ { "Field": "action", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105670,7 +108971,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105679,6 +108980,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -105687,6 +108990,7 @@ }, { "name": "ustprf", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -105695,95 +108999,95 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ustid", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "land", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "ort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "plz", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "rechtsform", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "strasse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105791,10 +109095,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105805,7 +109109,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105816,18 +109120,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105838,7 +109142,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105860,7 +109164,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105869,6 +109173,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -105877,6 +109183,7 @@ }, { "name": "ustprf_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -105885,7 +109192,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -105896,7 +109203,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105907,29 +109214,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105940,7 +109247,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105948,10 +109255,10 @@ { "Field": "daten", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105960,6 +109267,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -105968,6 +109277,7 @@ }, { "name": "verbindlichkeit", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -105976,18 +109286,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "belegnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -105995,10 +109305,10 @@ { "Field": "status_beleg", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106016,11 +109326,11 @@ }, { "Field": "rechnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106031,7 +109341,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106042,18 +109352,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "umsatzsteuer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106061,10 +109371,10 @@ { "Field": "ustid", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106075,7 +109385,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106086,7 +109396,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106097,7 +109407,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106108,7 +109418,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106116,10 +109426,10 @@ { "Field": "steuersatzname3", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106127,10 +109437,10 @@ { "Field": "steuersatzname4", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106141,7 +109451,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106152,7 +109462,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106174,18 +109484,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "freigabemitarbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106196,7 +109506,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106207,7 +109517,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106218,7 +109528,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106229,7 +109539,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106240,7 +109550,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106248,10 +109558,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106262,7 +109572,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106273,7 +109583,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106284,7 +109594,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106324,11 +109634,11 @@ }, { "Field": "bestellung1bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106347,10 +109657,10 @@ { "Field": "bestellung1kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106358,10 +109668,10 @@ { "Field": "bestellung1auftrag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106390,11 +109700,11 @@ }, { "Field": "bestellung2bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106402,10 +109712,10 @@ { "Field": "bestellung2kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106413,10 +109723,10 @@ { "Field": "bestellung2auftrag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106456,11 +109766,11 @@ }, { "Field": "bestellung3bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106468,10 +109778,10 @@ { "Field": "bestellung3kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106479,10 +109789,10 @@ { "Field": "bestellung3auftrag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106522,11 +109832,11 @@ }, { "Field": "bestellung4bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106534,10 +109844,10 @@ { "Field": "bestellung4kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106545,10 +109855,10 @@ { "Field": "bestellung4auftrag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106588,11 +109898,11 @@ }, { "Field": "bestellung5bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106600,10 +109910,10 @@ { "Field": "bestellung5kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106611,10 +109921,10 @@ { "Field": "bestellung5auftrag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106654,11 +109964,11 @@ }, { "Field": "bestellung6bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106666,10 +109976,10 @@ { "Field": "bestellung6kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106677,10 +109987,10 @@ { "Field": "bestellung6auftrag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106720,11 +110030,11 @@ }, { "Field": "bestellung7bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106732,10 +110042,10 @@ { "Field": "bestellung7kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106743,10 +110053,10 @@ { "Field": "bestellung7auftrag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106786,11 +110096,11 @@ }, { "Field": "bestellung8bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106798,10 +110108,10 @@ { "Field": "bestellung8kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106809,10 +110119,10 @@ { "Field": "bestellung8auftrag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106852,11 +110162,11 @@ }, { "Field": "bestellung9bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106864,10 +110174,10 @@ { "Field": "bestellung9kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106875,10 +110185,10 @@ { "Field": "bestellung9auftrag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106918,11 +110228,11 @@ }, { "Field": "bestellung10bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106930,10 +110240,10 @@ { "Field": "bestellung10kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106941,10 +110251,10 @@ { "Field": "bestellung10auftrag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106984,11 +110294,11 @@ }, { "Field": "bestellung11bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -106996,10 +110306,10 @@ { "Field": "bestellung11kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107007,10 +110317,10 @@ { "Field": "bestellung11auftrag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107050,11 +110360,11 @@ }, { "Field": "bestellung12bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107073,10 +110383,10 @@ { "Field": "bestellung12kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107084,10 +110394,10 @@ { "Field": "bestellung12auftrag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107116,11 +110426,11 @@ }, { "Field": "bestellung13bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107128,10 +110438,10 @@ { "Field": "bestellung13kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107139,10 +110449,10 @@ { "Field": "bestellung13auftrag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107182,11 +110492,11 @@ }, { "Field": "bestellung14bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107194,10 +110504,10 @@ { "Field": "bestellung14kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107205,10 +110515,10 @@ { "Field": "bestellung14auftrag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107248,11 +110558,11 @@ }, { "Field": "bestellung15bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107260,10 +110570,10 @@ { "Field": "bestellung15kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107271,10 +110581,10 @@ { "Field": "bestellung15auftrag", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107293,7 +110603,7 @@ { "Field": "waehrung", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'EUR'", @@ -107303,11 +110613,11 @@ }, { "Field": "zahlungsweise", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107318,7 +110628,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107326,10 +110636,10 @@ { "Field": "buha_konto1", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107337,10 +110647,10 @@ { "Field": "buha_belegfeld1", "Type": "varchar(200)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107359,10 +110669,10 @@ { "Field": "buha_konto2", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107370,10 +110680,10 @@ { "Field": "buha_belegfeld2", "Type": "varchar(200)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107392,10 +110702,10 @@ { "Field": "buha_konto3", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107403,10 +110713,10 @@ { "Field": "buha_belegfeld3", "Type": "varchar(200)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107425,10 +110735,10 @@ { "Field": "buha_konto4", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107436,10 +110746,10 @@ { "Field": "buha_belegfeld4", "Type": "varchar(200)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107458,10 +110768,10 @@ { "Field": "buha_konto5", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107469,10 +110779,10 @@ { "Field": "buha_belegfeld5", "Type": "varchar(200)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107494,7 +110804,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107512,22 +110822,22 @@ }, { "Field": "kostenstelle", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "beschreibung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107535,10 +110845,10 @@ { "Field": "sachkonto", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107546,21 +110856,21 @@ { "Field": "art", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verwendungszweck", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107590,10 +110900,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107604,7 +110914,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107615,7 +110925,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107626,7 +110936,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107637,7 +110947,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107659,7 +110969,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107677,11 +110987,11 @@ }, { "Field": "klaergrund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107711,10 +111021,10 @@ { "Field": "sprache", "Type": "varchar(25)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107723,18 +111033,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "bestellung", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "bestellung" ] @@ -107743,6 +111059,7 @@ }, { "name": "verbindlichkeit_bestellungen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -107751,7 +111068,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -107846,11 +111163,11 @@ }, { "Field": "bestellung_bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107859,12 +111176,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "verbindlichkeit", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "verbindlichkeit" ] @@ -107873,6 +111194,7 @@ }, { "name": "verbindlichkeit_kontierung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -107881,7 +111203,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -107910,33 +111232,33 @@ }, { "Field": "belegfeld", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "buchungstext", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "gegenkonto", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107944,10 +111266,10 @@ { "Field": "waehrung", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107958,7 +111280,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107966,10 +111288,10 @@ { "Field": "kostenstelle", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -107978,12 +111300,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "verbindlichkeit", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "verbindlichkeit" ] @@ -107992,6 +111318,7 @@ }, { "name": "verbindlichkeit_ocr", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -108000,7 +111327,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -108019,10 +111346,10 @@ { "Field": "property", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108030,10 +111357,10 @@ { "Field": "search_term", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108041,7 +111368,7 @@ { "Field": "search_direction", "Type": "varchar(5)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'right'", @@ -108053,6 +111380,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -108061,6 +111390,7 @@ }, { "name": "verbindlichkeit_position", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -108069,7 +111399,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -108131,88 +111461,88 @@ }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bestellnummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "einheit", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "umsatzsteuer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "status", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108220,10 +111550,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108234,7 +111564,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108245,7 +111575,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108253,10 +111583,10 @@ { "Field": "steuertext", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108264,10 +111594,10 @@ { "Field": "kostenstelle", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108298,12 +111628,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "verbindlichkeit", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "verbindlichkeit" ] @@ -108312,6 +111646,7 @@ }, { "name": "verbindlichkeit_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -108320,7 +111655,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -108342,29 +111677,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108373,12 +111708,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "verbindlichkeit", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "verbindlichkeit" ] @@ -108387,6 +111726,7 @@ }, { "name": "verbindlichkeit_regelmaessig", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -108395,7 +111735,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -108406,7 +111746,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108424,132 +111764,132 @@ }, { "Field": "typ", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "'0'", + "Default": "''0''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "filter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "soll", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "haben", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "gebuehr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "art", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "wert", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "rechnungnr", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verwendungszweck", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kostenstelle", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zahlungsweise", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108557,10 +111897,10 @@ { "Field": "gegenkonto", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108571,7 +111911,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108582,7 +111922,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108591,6 +111931,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -108599,6 +111941,7 @@ }, { "name": "verbindlichkeit_regelmaessig_beleg", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -108607,7 +111950,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -108640,7 +111983,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108649,12 +111992,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "verbindlichkeit_regelmaessig", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "verbindlichkeit_regelmaessig" ] @@ -108663,6 +112010,7 @@ }, { "name": "verkaufspreise", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -108671,7 +112019,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -108682,40 +112030,40 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "objekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "projekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "adresse", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108733,11 +112081,11 @@ }, { "Field": "waehrung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108756,7 +112104,7 @@ { "Field": "vpe", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'1'", @@ -108781,7 +112129,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108792,7 +112140,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108800,21 +112148,21 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108836,7 +112184,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108847,7 +112195,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108855,21 +112203,21 @@ { "Field": "kundenartikelnummer", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "art", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "'kunde'", + "Default": "''kunde''", "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108880,7 +112228,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108946,7 +112294,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -108955,30 +112303,40 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "artikel", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "artikel" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] }, { "Key_name": "kundenartikelnummer", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "kundenartikelnummer" ] @@ -108987,6 +112345,7 @@ }, { "name": "verkaufszahlen_chart", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -108995,7 +112354,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -109035,22 +112394,22 @@ }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109081,6 +112440,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -109089,6 +112450,7 @@ }, { "name": "verkaufszahlen_chart_projekt", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -109097,7 +112459,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -109139,12 +112501,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "chart", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "chart", "projekt" @@ -109154,6 +112520,7 @@ }, { "name": "verrechnungsart", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -109162,7 +112529,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -109170,10 +112537,10 @@ { "Field": "nummer", "Type": "varchar(20)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109181,10 +112548,10 @@ { "Field": "beschreibung", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109192,10 +112559,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109204,6 +112571,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -109212,6 +112581,7 @@ }, { "name": "versand", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -109220,7 +112590,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -109231,7 +112601,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109242,7 +112612,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109253,18 +112623,18 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109275,18 +112645,18 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "gewicht", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109297,29 +112667,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versender", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109330,7 +112700,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109341,29 +112711,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versandunternehmen", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "tracking", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109374,7 +112744,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109385,7 +112755,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109396,7 +112766,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109407,7 +112777,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109418,7 +112788,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109558,10 +112928,10 @@ { "Field": "tracking_link", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109601,11 +112971,11 @@ }, { "Field": "klaergrund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109613,10 +112983,10 @@ { "Field": "bundesstaat", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109625,24 +112995,32 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "lieferschein", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "lieferschein" ] }, { "Key_name": "projekt", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "projekt" ] }, { "Key_name": "cronjob", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "cronjob" ] @@ -109651,6 +113029,7 @@ }, { "name": "versandarten", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -109659,29 +113038,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109722,10 +113101,10 @@ { "Field": "modul", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109766,10 +113145,10 @@ { "Field": "einstellungen_json", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109811,6 +113190,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -109819,6 +113200,7 @@ }, { "name": "versandpakete", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -109827,7 +113209,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -109856,22 +113238,22 @@ }, { "Field": "tracking", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "versender", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109879,10 +113261,10 @@ { "Field": "gewicht", "Type": "varchar(10)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109890,10 +113272,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109902,6 +113284,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -109910,6 +113294,7 @@ }, { "name": "versandzentrum_log", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -109918,7 +113303,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -109929,29 +113314,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "aktion", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "wert", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109962,7 +113347,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -109982,6 +113367,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -109990,6 +113377,7 @@ }, { "name": "vertreterumsatz", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -109998,7 +113386,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -110039,10 +113427,10 @@ { "Field": "objekt", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110050,10 +113438,10 @@ { "Field": "belegnr", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110061,10 +113449,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110130,7 +113518,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110138,7 +113526,7 @@ { "Field": "waehrung", "Type": "varchar(3)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'EUR'", @@ -110194,6 +113582,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -110202,6 +113592,7 @@ }, { "name": "vorlage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -110210,18 +113601,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110243,7 +113634,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110251,10 +113642,10 @@ { "Field": "bemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110274,6 +113665,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -110282,6 +113675,7 @@ }, { "name": "waage_artikel", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -110290,7 +113684,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -110319,11 +113713,11 @@ }, { "Field": "beschriftung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110378,7 +113772,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110387,6 +113781,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -110395,6 +113791,7 @@ }, { "name": "waehrung_umrechnung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -110403,29 +113800,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "waehrung_von", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "waehrung_nach", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110447,7 +113844,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110465,22 +113862,22 @@ }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kommentar", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110489,6 +113886,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -110497,6 +113896,7 @@ }, { "name": "warteschlangen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -110505,29 +113905,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "warteschlange", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "label", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110538,7 +113938,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110549,7 +113949,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110558,12 +113958,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -110572,6 +113976,7 @@ }, { "name": "wawision_uebersetzung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -110580,7 +113985,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -110599,10 +114004,10 @@ { "Field": "sprache", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110610,10 +114015,10 @@ { "Field": "typ", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110621,10 +114026,10 @@ { "Field": "original", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110632,32 +114037,32 @@ { "Field": "uebersetzung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typ1", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "typ2", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110666,12 +114071,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "user", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "user", "sprache" @@ -110681,6 +114090,7 @@ }, { "name": "webmail", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -110689,7 +114099,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -110700,40 +114110,40 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "benutzername", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "passwort", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "server", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110742,6 +114152,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -110750,6 +114162,7 @@ }, { "name": "webmail_mails", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -110758,7 +114171,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -110769,62 +114182,62 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "subject", - "Type": "varchar(255)", - "Collation": "utf8mb3_unicode_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "sender", - "Type": "varchar(255)", - "Collation": "utf8mb3_unicode_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "cc", - "Type": "varchar(255)", - "Collation": "utf8mb3_unicode_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bcc", - "Type": "varchar(255)", - "Collation": "utf8mb3_unicode_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "replyto", - "Type": "varchar(255)", - "Collation": "utf8mb3_unicode_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110832,10 +114245,10 @@ { "Field": "plaintext", "Type": "text", - "Collation": "utf8mb3_unicode_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110843,10 +114256,10 @@ { "Field": "htmltext", "Type": "text", - "Collation": "utf8mb3_unicode_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110857,7 +114270,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110868,7 +114281,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110879,7 +114292,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110887,10 +114300,10 @@ { "Field": "checksum", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110899,6 +114312,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -110907,6 +114322,7 @@ }, { "name": "webmail_zuordnungen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -110915,7 +114331,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -110926,18 +114342,18 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "zuordnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110948,7 +114364,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -110957,6 +114373,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -110965,6 +114383,7 @@ }, { "name": "wiedervorlage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -110973,7 +114392,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -111013,11 +114432,11 @@ }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111025,10 +114444,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111036,10 +114455,10 @@ { "Field": "ergebnis", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111050,7 +114469,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111061,7 +114480,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111072,7 +114491,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111080,10 +114499,10 @@ { "Field": "erinnerung_empfaenger", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111091,32 +114510,32 @@ { "Field": "link", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "module", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "action", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111124,10 +114543,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111160,7 +114579,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111171,7 +114590,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111182,7 +114601,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111193,7 +114612,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111259,7 +114678,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111270,7 +114689,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111281,7 +114700,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111311,7 +114730,7 @@ { "Field": "color", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'#a2d624'", @@ -111323,18 +114742,24 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] }, { "Key_name": "adresse_mitarbeiter", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse_mitarbeiter" ] @@ -111343,6 +114768,7 @@ }, { "name": "wiedervorlage_aufgabe", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -111351,7 +114777,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -111362,7 +114788,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111373,7 +114799,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111393,12 +114819,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "resubmission_task", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "resubmission_id", "task_id" @@ -111408,6 +114838,7 @@ }, { "name": "wiedervorlage_aufgabe_vorlage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -111416,7 +114847,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -111478,11 +114909,11 @@ }, { "Field": "title", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111504,7 +114935,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111512,10 +114943,10 @@ { "Field": "state", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111523,10 +114954,10 @@ { "Field": "priority", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111534,10 +114965,10 @@ { "Field": "description", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111546,6 +114977,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -111554,6 +114987,7 @@ }, { "name": "wiedervorlage_board_member", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -111562,7 +114996,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -111573,7 +115007,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111584,7 +115018,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111593,6 +115027,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -111601,6 +115037,7 @@ }, { "name": "wiedervorlage_freifeld_inhalt", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -111609,7 +115046,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -111620,7 +115057,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111629,12 +115066,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "resubmission_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "resubmission_id" ] @@ -111643,6 +115084,7 @@ }, { "name": "wiedervorlage_freifeld_konfiguration", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -111651,7 +115093,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -111659,10 +115101,10 @@ { "Field": "title", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111728,7 +115170,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111737,6 +115179,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -111745,6 +115189,7 @@ }, { "name": "wiedervorlage_protokoll", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -111753,7 +115198,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -111764,7 +115209,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111775,7 +115220,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111797,7 +115242,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111808,18 +115253,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111827,10 +115272,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111838,10 +115283,10 @@ { "Field": "ergebnis", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111861,12 +115306,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "wiedervorlageid", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "wiedervorlageid" ] @@ -111875,6 +115324,7 @@ }, { "name": "wiedervorlage_stages", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -111883,7 +115333,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -111891,10 +115341,10 @@ { "Field": "kurzbezeichnung", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111902,10 +115352,10 @@ { "Field": "name", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111913,7 +115363,7 @@ { "Field": "hexcolor", "Type": "varchar(7)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'#a2d624'", @@ -111927,7 +115377,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111938,7 +115388,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111949,7 +115399,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111971,7 +115421,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -111980,6 +115430,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -111988,6 +115440,7 @@ }, { "name": "wiedervorlage_timeline", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -111996,7 +115449,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -112007,7 +115460,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112018,7 +115471,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112037,10 +115490,10 @@ { "Field": "content", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112048,10 +115501,10 @@ { "Field": "css", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112059,10 +115512,10 @@ { "Field": "color", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112073,7 +115526,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112103,10 +115556,10 @@ { "Field": "leadtype", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112115,6 +115568,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -112123,6 +115578,7 @@ }, { "name": "wiedervorlage_view", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -112131,18 +115587,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "name", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112150,10 +115606,10 @@ { "Field": "shortname", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112195,6 +115651,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -112203,6 +115661,7 @@ }, { "name": "wiedervorlage_zu_aufgabe_vorlage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -112211,7 +115670,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -112242,6 +115701,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -112250,6 +115711,7 @@ }, { "name": "wiki", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -112258,7 +115720,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -112266,10 +115728,10 @@ { "Field": "name", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112277,10 +115739,10 @@ { "Field": "content", "Type": "longtext", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112288,10 +115750,10 @@ { "Field": "lastcontent", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112321,10 +115783,10 @@ { "Field": "language", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112333,12 +115795,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "name", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "name" ] @@ -112347,6 +115813,7 @@ }, { "name": "wiki_changelog", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -112355,7 +115822,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -112373,22 +115840,22 @@ }, { "Field": "comment", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "created_by", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112407,10 +115874,10 @@ { "Field": "content", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112430,12 +115897,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "wiki_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "wiki_id" ] @@ -112444,6 +115915,7 @@ }, { "name": "wiki_faq", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -112452,7 +115924,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -112471,10 +115943,10 @@ { "Field": "question", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112482,21 +115954,21 @@ { "Field": "answer", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "created_by", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112527,12 +115999,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "wiki_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "wiki_id" ] @@ -112541,6 +116017,7 @@ }, { "name": "wiki_subscription", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -112549,7 +116026,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -112591,12 +116068,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "wiki_id", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "wiki_id" ] @@ -112605,6 +116086,7 @@ }, { "name": "wiki_workspace", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -112613,7 +116095,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -112621,21 +116103,21 @@ { "Field": "name", "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "UNI", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "foldername", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112643,10 +116125,10 @@ { "Field": "description", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112654,10 +116136,10 @@ { "Field": "savein", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112677,12 +116159,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "name", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "name" ] @@ -112691,6 +116177,7 @@ }, { "name": "wizard", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -112699,7 +116186,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -112718,10 +116205,10 @@ { "Field": "key", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112729,10 +116216,10 @@ { "Field": "title", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112740,10 +116227,10 @@ { "Field": "skip_link_text", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112751,10 +116238,10 @@ { "Field": "params", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112762,10 +116249,10 @@ { "Field": "options", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112796,12 +116283,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "user_id", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "user_id", "key" @@ -112811,6 +116302,7 @@ }, { "name": "wizard_step", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -112819,7 +116311,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -112838,21 +116330,21 @@ { "Field": "key", "Type": "varchar(32)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "link", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112860,21 +116352,21 @@ { "Field": "title", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "caption", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112882,10 +116374,10 @@ { "Field": "description", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112893,10 +116385,10 @@ { "Field": "options", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -112938,12 +116430,16 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "wizard_id", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "wizard_id", "key" @@ -112953,6 +116449,7 @@ }, { "name": "zahlungsavis", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -112961,7 +116458,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -112972,7 +116469,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113005,7 +116502,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113013,10 +116510,10 @@ { "Field": "versendet_per", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113024,10 +116521,10 @@ { "Field": "ersteller", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113035,10 +116532,10 @@ { "Field": "bic", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113046,10 +116543,10 @@ { "Field": "iban", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113067,11 +116564,11 @@ }, { "Field": "bemerkung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113102,6 +116599,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -113110,6 +116609,7 @@ }, { "name": "zahlungsavis_gutschrift", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -113118,7 +116618,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -113149,6 +116649,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -113157,6 +116659,7 @@ }, { "name": "zahlungsavis_mailausgang", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -113165,7 +116668,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -113176,7 +116679,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113218,6 +116721,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -113226,6 +116731,7 @@ }, { "name": "zahlungsavis_rechnung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -113234,7 +116740,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -113265,6 +116771,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -113273,6 +116781,7 @@ }, { "name": "zahlungsweisen", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -113281,29 +116790,29 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "type", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bezeichnung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113311,10 +116820,10 @@ { "Field": "freitext", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113388,7 +116897,7 @@ { "Field": "verhalten", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", "Default": "'vorkasse'", @@ -113399,10 +116908,10 @@ { "Field": "modul", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113410,10 +116919,10 @@ { "Field": "einstellungen_json", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113422,6 +116931,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -113430,6 +116941,7 @@ }, { "name": "zeiterfassung", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -113438,7 +116950,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -113446,10 +116958,10 @@ { "Field": "art", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113460,7 +116972,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113471,7 +116983,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113489,11 +117001,11 @@ }, { "Field": "aufgabe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113501,10 +117013,10 @@ { "Field": "beschreibung", "Type": "text", - "Collation": "utf8mb3_unicode_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113515,29 +117027,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "buchungsart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "kostenstelle", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113559,7 +117071,7 @@ "Collation": null, "Null": "NO", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113570,7 +117082,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113578,10 +117090,10 @@ { "Field": "status", "Type": "varchar(64)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113589,10 +117101,10 @@ { "Field": "gps", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113614,7 +117126,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113625,7 +117137,7 @@ "Collation": null, "Null": "YES", "Key": "MUL", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113636,7 +117148,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113647,7 +117159,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113655,10 +117167,10 @@ { "Field": "ort", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113666,10 +117178,10 @@ { "Field": "abrechnung_dokument", "Type": "varchar(1024)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113680,18 +117192,18 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "verrechnungsart", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113702,7 +117214,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113710,10 +117222,10 @@ { "Field": "internerkommentar", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113810,30 +117322,40 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] }, { "Key_name": "adresse_abrechnung", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse_abrechnung" ] }, { "Key_name": "abgerechnet", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "abgerechnet" ] }, { "Key_name": "abrechnen", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "abrechnen" ] }, { "Key_name": "adresse", + "Index_type": "BTREE", + "Non_unique": "UNIQUE", "columns": [ "adresse" ] @@ -113842,6 +117364,7 @@ }, { "name": "zeiterfassungvorlage", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -113850,18 +117373,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vorlage", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113880,21 +117403,21 @@ { "Field": "vorlagedetail", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "art", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113947,6 +117470,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -113955,6 +117480,7 @@ }, { "name": "zertifikatgenerator", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -113963,7 +117489,7 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" @@ -113982,10 +117508,10 @@ { "Field": "beschreibung_deutsch", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -113993,10 +117519,10 @@ { "Field": "beschreibung_englisch", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114004,10 +117530,10 @@ { "Field": "bestell_anmerkung_deutsch", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114015,10 +117541,10 @@ { "Field": "bestell_anmerkung_englisch", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114026,10 +117552,10 @@ { "Field": "interne_anmerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114092,10 +117618,10 @@ { "Field": "typ_text", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114114,10 +117640,10 @@ { "Field": "adresse_absender", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114147,10 +117673,10 @@ { "Field": "preis_eur", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114158,10 +117684,10 @@ { "Field": "preis_usd", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114172,7 +117698,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114180,10 +117706,10 @@ { "Field": "bearbeiter", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114191,10 +117717,10 @@ { "Field": "preis_eur_retail", "Type": "varchar(128)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114214,6 +117740,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -114222,6 +117750,7 @@ }, { "name": "zolltarifnummer", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -114230,18 +117759,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "nummer", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114249,10 +117778,10 @@ { "Field": "beschreibung", "Type": "varchar(512)", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114260,10 +117789,10 @@ { "Field": "internebemerkung", "Type": "text", - "Collation": "utf8mb3_general_ci", + "Collation": "utf8mb4_general_ci", "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114272,6 +117801,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -114280,6 +117811,7 @@ }, { "name": "zwischenlager", + "collation": "utf8mb3_general_ci", "type": "BASE TABLE", "columns": [ { @@ -114288,18 +117820,18 @@ "Collation": null, "Null": "NO", "Key": "PRI", - "Default": "", + "Default": null, "Extra": "auto_increment", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "bearbeiter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114310,7 +117842,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114321,7 +117853,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114332,62 +117864,62 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "vpe", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "grund", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lager_von", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "lager_nach", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "richtung", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114398,29 +117930,29 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "objekt", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" }, { "Field": "parameter", - "Type": "varchar(255)", - "Collation": "utf8mb3_general_ci", + "Type": "text", + "Collation": "utf8mb4_general_ci", "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114431,7 +117963,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114442,7 +117974,7 @@ "Collation": null, "Null": "NO", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114453,7 +117985,7 @@ "Collation": null, "Null": "YES", "Key": "", - "Default": "", + "Default": null, "Extra": "", "Privileges": "select,insert,update,references", "Comment": "" @@ -114462,6 +117994,8 @@ "keys": [ { "Key_name": "PRIMARY", + "Index_type": "BTREE", + "Non_unique": "", "columns": [ "id" ] @@ -114486,14 +118020,14 @@ "Create": "CREATE VIEW `belegeregs` AS select `rechnung`.`id` AS `id`,`rechnung`.`adresse` AS `adresse`,`rechnung`.`datum` AS `datum`,`rechnung`.`belegnr` AS `belegnr`,`rechnung`.`status` AS `status`,`rechnung`.`land` AS `land`,'rechnung' AS `typ`,`rechnung`.`umsatz_netto` AS `umsatz_netto`,`rechnung`.`erloes_netto` AS `erloes_netto`,`rechnung`.`deckungsbeitrag` AS `deckungsbeitrag`,`rechnung`.`provision_summe` AS `provision_summe`,`rechnung`.`vertriebid` AS `vertriebid`,`rechnung`.`gruppe` AS `gruppe`,`rechnung`.`projekt` AS `projekt` from `rechnung` union all select `gutschrift`.`id` AS `id`,`gutschrift`.`adresse` AS `adresse`,`gutschrift`.`datum` AS `datum`,`gutschrift`.`belegnr` AS `belegnr`,`gutschrift`.`status` AS `status`,`gutschrift`.`land` AS `land`,'gutschrift' AS `typ`,`gutschrift`.`umsatz_netto` * -1 AS `umsatz_netto*-1`,`gutschrift`.`erloes_netto` * -1 AS `erloes_netto*-1`,`gutschrift`.`deckungsbeitrag` * -1 AS `deckungsbeitrag*-1`,`gutschrift`.`provision_summe` * -1 AS `provision_summe*-1`,`gutschrift`.`vertriebid` AS `vertriebid`,`gutschrift`.`gruppe` AS `gruppe`,`gutschrift`.`projekt` AS `projekt` from `gutschrift`" }, { - "name": "fibu_buchungen_alle", + "name": "fakt_umsatz", "type": "VIEW", - "Create": "CREATE VIEW `fibu_buchungen_alle` AS select `fb`.`buchungsart` AS `buchungsart`,`fb`.`typ` AS `typ`,`fb`.`id` AS `id`,if(`fibu_objekte`.`datum` <> '',`fibu_objekte`.`datum`,`fb`.`datum`) AS `datum`,`fb`.`gegen_typ` collate utf8mb3_general_ci AS `doc_typ`,`fb`.`gegen_id` AS `doc_id`,`fibu_objekte`.`info` AS `doc_belegnr`,`fb`.`soll` AS `betrag`,`fb`.`waehrung` AS `waehrung`,`fb`.`edit_module` collate utf8mb4_general_ci AS `edit_module`,`fb`.`edit_id` AS `edit_id` from ((select 'umsatz' AS `buchungsart`,'rechnung' AS `typ`,`rechnung`.`id` AS `id`,`rechnung`.`soll` AS `soll`,`rechnung`.`waehrung` AS `waehrung`,'rechnung' AS `gegen_typ`,`rechnung`.`id` AS `gegen_id`,`rechnung`.`datum` AS `datum`,'rechnung' AS `edit_module`,`rechnung`.`id` AS `edit_id` from `rechnung` where `rechnung`.`belegnr` <> '' union select 'umsatz' AS `umsatz`,'gutschrift' AS `'gutschrift'`,`gutschrift`.`id` AS `id`,-`gutschrift`.`soll` AS `- ``openxe``.``gutschrift``.``soll```,`gutschrift`.`waehrung` AS `waehrung`,'gutschrift' AS `gutschrift`,`gutschrift`.`id` AS `id`,`gutschrift`.`datum` AS `datum`,'gutschrift' AS `edit_module`,`gutschrift`.`id` AS `edit_id` from `gutschrift` where `gutschrift`.`belegnr` <> '' union select 'abbuchung' AS `abbuchung`,'gutschrift' AS `rechnung`,`gutschrift`.`id` AS `id`,`gutschrift`.`soll` AS `- ``openxe``.``gutschrift``.``soll```,`gutschrift`.`waehrung` AS `waehrung`,'rechnung' AS `gutschrift`,`gutschrift`.`rechnungid` AS `rechnungid`,`gutschrift`.`datum` AS `datum`,'gutschrift' AS `edit_module`,`gutschrift`.`id` AS `edit_id` from `gutschrift` where `gutschrift`.`rechnungid` > 0 and `gutschrift`.`belegnr` <> '' union select 'abbuchung' AS `abbuchung`,'rechnung' AS `rechnung`,`gutschrift`.`rechnungid` AS `rechnungid`,-`gutschrift`.`soll` AS `- ``openxe``.``gutschrift``.``soll```,`gutschrift`.`waehrung` AS `waehrung`,'gutschrift' AS `gutschrift`,`gutschrift`.`id` AS `id`,`gutschrift`.`datum` AS `datum`,'gutschrift' AS `edit_module`,`gutschrift`.`id` AS `edit_id` from `gutschrift` where `gutschrift`.`rechnungid` > 0 and `gutschrift`.`belegnr` <> '' union select 'aufwand' AS `aufwand`,'verbindlichkeit' AS `verbindlichkeit`,`verbindlichkeit`.`id` AS `id`,-`verbindlichkeit`.`betrag` AS `- ``openxe``.``verbindlichkeit``.``betrag```,`verbindlichkeit`.`waehrung` AS `waehrung`,'verbindlichkeit' AS `verbindlichkeit`,`verbindlichkeit`.`id` AS `id`,`verbindlichkeit`.`rechnungsdatum` AS `rechnungsdatum`,'verbindlichkeit' AS `edit_module`,`verbindlichkeit`.`id` AS `edit_id` from `verbindlichkeit` where `verbindlichkeit`.`belegnr` <> '' union select 'zahlung' AS `zahlung`,'kontoauszuege' AS `kontoauszuege`,`kontoauszuege`.`id` AS `id`,-`kontoauszuege`.`soll` AS `- ``openxe``.``kontoauszuege``.``soll```,`kontoauszuege`.`waehrung` AS `waehrung`,'kontoauszuege' AS `kontoauszuege`,`kontoauszuege`.`id` AS `id`,`kontoauszuege`.`buchung` AS `buchung`,'kontoauszuege' AS `edit_module`,`kontoauszuege`.`id` AS `edit_id` from `kontoauszuege` where `kontoauszuege`.`importfehler` is null union select 'abbuchung' AS `abbuchung`,`fibu_buchungen`.`von_typ` AS `von_typ`,`fibu_buchungen`.`von_id` AS `von_id`,-`fibu_buchungen`.`betrag` AS `- ``openxe``.``fibu_buchungen``.``betrag```,`fibu_buchungen`.`waehrung` AS `waehrung`,`fibu_buchungen`.`nach_typ` AS `nach_typ`,`fibu_buchungen`.`nach_id` AS `nach_id`,`fibu_buchungen`.`zeit` AS `zeit`,'fibu_buchungen' AS `edit_module`,`fibu_buchungen`.`id` AS `edit_id` from `fibu_buchungen` union select 'zubuchung' AS `zubuchung`,`fibu_buchungen`.`nach_typ` AS `nach_typ`,`fibu_buchungen`.`nach_id` AS `nach_id`,`fibu_buchungen`.`betrag` AS `betrag`,`fibu_buchungen`.`waehrung` AS `waehrung`,`fibu_buchungen`.`von_typ` AS `von_typ`,`fibu_buchungen`.`von_id` AS `von_id`,`fibu_buchungen`.`zeit` AS `zeit`,'fibu_buchungen' AS `edit_module`,`fibu_buchungen`.`id` AS `edit_id` from `fibu_buchungen`) `fb` left join `fibu_objekte` on(`fb`.`gegen_typ` = `fibu_objekte`.`typ` and `fb`.`gegen_id` = `fibu_objekte`.`id`))" - }, + "Create": "CREATE VIEW `fakt_umsatz` AS select `rechnungen`.`Datum` AS `Datum`,`rechnungen`.`Jahr` AS `Jahr`,`rechnungen`.`Monat` AS `Monat`,`rechnungen`.`Mitarbeiter_Adresse_ID` AS `Mitarbeiter_Adresse_ID`,`rechnungen`.`Adresse_ID` AS `Adresse_ID`,`rechnungen`.`Artikel_ID` AS `Artikel_ID`,`rechnungen`.`Belegnummer` AS `Belegnummer`,`rechnungen`.`Menge` AS `Menge`,`rechnungen`.`Preis` AS `Preis`,`rechnungen`.`Einkaufspreis` AS `Einkaufspreis`,`rechnungen`.`EK_manuell` AS `EK_manuell` from (select `rechnung`.`datum` AS `Datum`,date_format(`rechnung`.`datum`,'%Y') AS `Jahr`,date_format(`rechnung`.`datum`,'%m') AS `Monat`,`adresse`.`vertrieb` AS `Mitarbeiter_Adresse_ID`,`adresse`.`id` AS `Adresse_ID`,`artikel`.`id` AS `Artikel_ID`,`rechnung`.`belegnr` AS `Belegnummer`,round(sum(`rechnung_position`.`menge`),0) AS `Menge`,round(sum(`rechnung_position`.`preis`),2) AS `Preis`,case when `artikel`.`verwendeberechneterek` = 1 then round(`artikel`.`berechneterek`,2) else round((select min(`einkaufspreise`.`preis`) from `einkaufspreise` where `einkaufspreise`.`artikel` = `artikel`.`id` and `einkaufspreise`.`gueltig_bis` = '0000-00-00'),2) end AS `Einkaufspreis`,case when `artikel`.`verwendeberechneterek` = 1 then 1 else 0 end AS `EK_manuell` from (((`rechnung` join `rechnung_position` on(`rechnung_position`.`rechnung` = `rechnung`.`id`)) join `artikel` on(`rechnung_position`.`artikel` = `artikel`.`id`)) join `adresse` on(`rechnung`.`adresse` = `adresse`.`id`)) where `rechnung`.`status` = 'versendet' or `rechnung`.`status` = 'freigegeben' or `rechnung`.`status` = 'storniert' group by date_format(`rechnung`.`datum`,'%Y'),date_format(`rechnung`.`datum`,'%m'),`adresse`.`vertrieb`,`rechnung`.`belegnr`,`rechnung`.`status`,`adresse`.`name`,`artikel`.`name_de`,`artikel`.`id` order by date_format(`rechnung`.`datum`,'%Y'),date_format(`rechnung`.`datum`,'%m'),`adresse`.`vertrieb`,`rechnung`.`belegnr`,`adresse`.`name`,`artikel`.`name_de`,`artikel`.`id`) `rechnungen` union (select `gutschrift`.`datum` AS `Datum`,date_format(`gutschrift`.`datum`,'%Y') AS `Jahr`,date_format(`gutschrift`.`datum`,'%m') AS `Monat`,`adresse`.`vertrieb` AS `Mitarbeiter_Adresse_ID`,`adresse`.`id` AS `Adresse_ID`,`artikel`.`id` AS `Artikel_ID`,`gutschrift`.`belegnr` AS `Belegnummer`,-round(sum(`gutschrift_position`.`menge`),0) AS `Menge`,round(sum(`gutschrift_position`.`preis`),2) AS `Preis`,case when `artikel`.`verwendeberechneterek` = 1 then round(`artikel`.`berechneterek`,2) else round((select min(`einkaufspreise`.`preis`) from `einkaufspreise` where `einkaufspreise`.`artikel` = `artikel`.`id` and `einkaufspreise`.`gueltig_bis` = '0000-00-00'),2) end AS `Einkaufspreis`,case when `artikel`.`verwendeberechneterek` = 1 then 1 else 0 end AS `EK_manuell` from (((`gutschrift` join `gutschrift_position` on(`gutschrift_position`.`gutschrift` = `gutschrift`.`id`)) join `artikel` on(`gutschrift_position`.`artikel` = `artikel`.`id`)) join `adresse` on(`gutschrift`.`adresse` = `adresse`.`id`)) where `gutschrift`.`status` = 'versendet' or `gutschrift`.`status` = 'freigegeben' or `gutschrift`.`status` = 'storniert' group by date_format(`gutschrift`.`datum`,'%Y'),date_format(`gutschrift`.`datum`,'%m'),`adresse`.`vertrieb`,`gutschrift`.`belegnr`,`gutschrift`.`status`,`adresse`.`name`,`artikel`.`name_de`,`artikel`.`id`)" + }, { "name": "fibu_objekte", "type": "VIEW", "Create": "CREATE VIEW `fibu_objekte` AS select `rechnung`.`datum` AS `datum`,'rechnung' collate utf8mb4_general_ci AS `typ`,`rechnung`.`id` AS `id`,`rechnung`.`belegnr` AS `info` from `rechnung` where `rechnung`.`belegnr` <> '' union select `gutschrift`.`datum` AS `datum`,'gutschrift' AS `gutschrift`,`gutschrift`.`id` AS `id`,`gutschrift`.`belegnr` AS `belegnr` from `gutschrift` where `gutschrift`.`belegnr` <> '' union select `verbindlichkeit`.`rechnungsdatum` AS `rechnungsdatum`,'verbindlichkeit' AS `verbindlichkeit`,`verbindlichkeit`.`id` AS `id`,`verbindlichkeit`.`belegnr` AS `belegnr` from `verbindlichkeit` where `verbindlichkeit`.`belegnr` <> '' union select `kontoauszuege`.`buchung` AS `buchung`,'kontoauszuege' AS `kontoauszuege`,`kontoauszuege`.`id` AS `id`,concat(`konten`.`kurzbezeichnung`,' - ',`kontoauszuege`.`buchungstext`) AS `buchungstext` from (`kontoauszuege` left join `konten` on(`konten`.`id` = `kontoauszuege`.`konto`)) union select '' AS `Name_exp_1`,'kontorahmen' AS `'kontorahmen'`,`kontorahmen`.`id` AS `id`,`kontorahmen`.`beschriftung` AS `beschriftung` from `kontorahmen`" } ] -} +} \ No newline at end of file diff --git a/upgrade/data/upgrade.php b/upgrade/data/upgrade.php index 538e4045..dce88910 100644 --- a/upgrade/data/upgrade.php +++ b/upgrade/data/upgrade.php @@ -415,6 +415,10 @@ function upgrade_main(string $directory,bool $verbose, bool $check_git, bool $do $counter++; echo_out("\rUpgrade step $counter of $number_of_statements... "); + if ($verbose) { + echo_out("\n".$sql."\n"); + } + $query_result = mysqli_query($mysqli, $sql); if (!$query_result) { $error = " not ok: ". mysqli_error($mysqli);