OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Data too long for column 'Data' at row 1 - MySQL #7359

Open ramiassi opened 7 years ago

ramiassi commented 7 years ago

I kept getting this error when I was trying to create a medium size dynamic form. I could finally solve this error by changing the column type of the Data column from TEXT to LONGTEXT. The Data column is located in two tables: orchard_framework_contentitemrecord orchard_framework_contentitemversionrecord

sebastienros commented 7 years ago

Can you please share your fix? It should be one that goes in the mysql Dialect class.