2016-11-18 21:49:22,779 | WARN | (JavaLog:289) -
Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.6.0.v20150309-bf26070): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check
the manual. You have to change some columns to TEXT or BLOBs
Error Code: 1118
Call: CREATE TABLE mh_organization_property (organization VARCHAR(128), value VARCHAR(65535), name VARCHAR(255))
Query: DataModifyQuery(sql="CREATE TABLE mh_organization_property (organization VARCHAR(128), value VARCHAR(65535), name VARCHAR(255))")
at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331)
Merged as PR 1249 commit bc8cb2b