I encountered error as shown below in MySQL when I specify the column with @Nationalized and @Lob: Error Code: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'nclob not null'
Hi,
I encountered error as shown below in MySQL when I specify the column with @Nationalized and @Lob:
Error Code: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'nclob not null'
MySQL doesn't have nclob data type.
Please refer to link below as reference:
http://dev.mysql.com/doc/refman/5.7/en/data-types.html