1 2 3 4 5 6 7 8 9 10 11
begin; ALTER table comment ADD column send_fail_count integer not null default 0; ALTER table comment ADD column send_fail_reason text; ALTER table comment ADD column send_fail_timestamp timestamp; ALTER table comment ADD column whensent timestamp; commit;