-- migrate:up
ALTER TABLE log_webhook
ADD COLUMN status_service varchar(3)

-- migrate:down
ALTER TABLE log_webhook
DROP COLUMN status_service