I want to save an object in data base.
I’m using MySQL data base, but when I try it I get an exception that says: “data is bigger than Column length”.
How can I increase the length of my column using hibernate?
I want to save an object in data base. I’m using MySQL data base,
Share
if your column is
varcharuse annotationlengthor use another column type
updating answer based on comment: