CREATE TABLE repos (
id text,
repo_fullname text, -- e.g. "username/reponame"
repo_hosttype text, -- "github", "gitea", "gitlab", ...
user_id text
)