tuvarna-coursework / transport-system-management

2 stars 2 forks source link

[DATABASE] Hibernate inserts non-existing columns for Trip #15

Closed MaximilianGeorgiev closed 3 years ago

MaximilianGeorgiev commented 4 years ago

When inserting hibernate does not follow the normal naming pattern and instead merges it: instead of trip_arrival_date it is triparrivaldate even though it is trip_arrival_data in the DDL script.