Hi Murt,
You need to unload any data so that you can restore it later, drop the table, and then create it again changing the NOT NULL to NULL. You can then reload the table from the stored data. If you are then wanting to have this field not exist, either set it to NULL or move -1 to it's null indicator.
hope this helps,
Marc