For consistency sake and to avoid future typos, do you think we should maybe rework some of the database columns and table names that have concatenated words so that there's always a _ between them?
E.g.
fk_locationtype --> fk_location_type
precisionalti --> precision_alti
etc.
A simple find and replace in the project, ui's and database model creation script should do it.
Fixes https://github.com/qwat/QWAT/issues/41
For consistency sake and to avoid future typos, do you think we should maybe rework some of the database columns and table names that have concatenated words so that there's always a
_
between them?E.g.
A simple find and replace in the project, ui's and database model creation script should do it.