openhab / openhab1-addons

Add-ons for openHAB 1.x
Eclipse Public License 2.0
3.43k stars 1.71k forks source link

MySQL String Persistence too big #5957

Open cpiber opened 4 years ago

cpiber commented 4 years ago

mySQL: Could not create table for item '...' with statement 'CREATE TABLE Item1 (Time DATETIME, Value VARCHAR(20000), PRIMARY KEY(Time));' : Column length too big for column 'Value' (max = 16383); use BLOB or TEXT instead