Assuming orders.total_cents had a default value, this will drop the default for future inserts.
orders.total_cents
alter table orders alter column total_cents drop default;