openhab / openhab1-addons

Add-ons for openHAB 1.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQL String Persistence too big

cpiber opened this issue · comments

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