blossom-project / blossom

Blossom is a Java framework based on Spring-Boot which enables you to realize your projects quickly and smoothly. It comes with several modules and tools made to ease and speed up your development process.
http://blossom-project.com
Apache License 2.0
21 stars 21 forks source link

Jdbc type error for the generator of entities #163

Closed AlexisseMat closed 6 years ago

AlexisseMat commented 6 years ago

I'm using the _long(name) method for fields which are foreign keys referencing ids of other entities. But after the generation, i got in the db.changelog columns which are typed "long" and they produce "mediumtext"-typed columns in the table of my MySQL database instead of "bigint"-typed columns like the id's one.

RLejolivet commented 6 years ago

Fixed by #164