Steps required for modifying the database structure

Hello Everyone,

I'm having trouble changing the database structure of a table named "oc_jobs" (Specifically adding a column in the table).

Apparently I can't directly change the schema in the "db_structure.xml" file and have to use migrations for this.
Can anyone guide me how to proceed.

My Links Of Reference:

[1]


[2]

Closed the issue after a lot of research.