Adding columns to the database

Post Reply
ac9hp
Novice Class
Posts: 14
Joined: 29 May 2021, 01:34

Adding columns to the database

Post 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
User avatar
G4POP
Log4OM Alpha Team
Posts: 10749
Joined: 21 Jan 2013, 14:55
Location: Burnham on Crouch, Essex UK

Re: Adding columns to the database

Post by G4POP »

New columns but existing fields to the existing grids or to the SQLite database
73 Terry G4POP
ac9hp
Novice Class
Posts: 14
Joined: 29 May 2021, 01:34

Re: Adding columns to the database

Post by ac9hp »

To the mySQL database.
User avatar
G4POP
Log4OM Alpha Team
Posts: 10749
Joined: 21 Jan 2013, 14:55
Location: Burnham on Crouch, Essex UK

Re: Adding columns to the database

Post 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
73 Terry G4POP
Post Reply