Page 1 of 1

Adding columns to the database

Posted: 10 Jan 2022, 22:15
by ac9hp
I have some data column customizations I want to add to Log4OM2.

This will not impact any existing data but I want to run the QSO entries against the QRZ page and get some information and store it in the QSO record.

I just want to make sure that if I add a couple of columns, it won't break the application.

The alternative is that I could keep a separate table with the new data points and link them via perhaps the QSOID column.

Thoughts?

Thanks,

DE AC9HP

Re: Adding columns to the database

Posted: 11 Jan 2022, 09:07
by G4POP
New columns but existing fields to the existing grids or to the SQLite database

Re: Adding columns to the database

Posted: 12 Jan 2022, 13:58
by ac9hp
To the mySQL database.

Re: Adding columns to the database

Posted: 12 Jan 2022, 14:15
by G4POP
Be careful but if you know what your doing it should be ok, don't attempt this if your not FULLY experienced in MYSQL