-- +goose Up
-- +goose StatementBegin
ALTER TABLE media_items ADD COLUMN air_time text;
-- +goose StatementEnd
-- +goose Down
ALTER TABLE media_items DROP COLUMN air_time;