-- Your SQL goes here alter table subscriptions add column time_changed bigint not null default 0; alter table subscriptions add column deleted boolean not null default false;