CREATE TABLE subscription_tokens( token TEXT NOT NULL, subscriber uuid NOT NULL REFERENCES subscriptions (id), PRIMARY KEY (token) );