6 lines
152 B
SQL
6 lines
152 B
SQL
CREATE TABLE repos (
|
|
id text,
|
|
repo_fullname text, -- e.g. "username/reponame"
|
|
repo_hosttype text, -- "github", "gitea", "gitlab", ...
|
|
user_id text
|
|
) |