create table push_subscription ( endpoint text primary key not null, token text not null references token (id), p256dh text not null, auth text not null );