Update the Database Table for a Core Block

Permalink
I would like to add some functionality to a core block that will need to store additional data in the database table. I know how to create a db.xml file for a new block or a block in a package. How can I go about updating the db table programmatically instead of brute force?

SkyBlueSofa