# Pastebin sxXYboSj CREATE TABLE listens_importer ( id SERIAL, user_id INTEGER NOT NULL, service external_service_oauth_type NOT NULL, latest_listened_at TIMESTAMP WITH TIME ZONE, error_message TEXT );