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.
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.
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.