The recommended way to implement code that only runs once to modify columns in the database is with a(n):
GlobalStartupAction
ServicePreAction
UpgradeProcess
ServicePostAction
VerifyProcess
GlobalShutdownAction
Submit