yakamara / yform

YForm für REDAXO 5 – Formulare im Frontend und Backend mit Verwaltung von Datenbank-Tabellen.
MIT License
77 stars 55 forks source link

Tableset Migration: Syntax error or access violation: 1170 BLOB/TEXT column 'status' used in key specification without a key length #1509

Open alxndr-w opened 4 months ago

alxndr-w commented 4 months ago
ALTER TABLE `XXX` CHANGE `prio` `prio` int NOT NULL , CHANGE `status` `status` text NOT NULL ;

Wurde anhand des Tablesets erkannt und führte zu einem Fehler.

Syntax error or access violation: 1170 BLOB/TEXT column 'status' used in key specification without a key length