With the mode table, the use if mode & submode in the log makes no sense as maintaining just the id is enough.
To decide whether is better to:
- keep just one copy of the adif_submode in the modeid column as it is today and deprecate the submode column (maybe the best)
- copy all the ids to submode column
- move the modeid to submodeid column and deprecate mode column
Maybe migrating to "string" instead of "id" facilitates the human reading of the DB but can complicate the "computer" management.
With the mode table, the use if mode & submode in the log makes no sense as maintaining just the id is enough.
To decide whether is better to:
Maybe migrating to "string" instead of "id" facilitates the human reading of the DB but can complicate the "computer" management.