create table vapid_signing_key ( key blob not null ); create unique index vapid_signing_key_singleton on vapid_signing_key (0); create table vapid_key ( changed_at text not null, changed_sequence bigint not null ); create unique index vapid_key_singleton on vapid_key (0);