Toggle helper tables
CREATE TABLE "invalid_auth_token" ( "token" varchar(512) PRIMARY KEY NOT NULL, "expiresAt" datetime(3) NOT NULL )