use billing;
alter table vouchers modify `valid_until` timestamp NOT NULL DEFAULT current_timestamp() on update current_timestamp();