picobook/src/database/migrations/2-second-migration.sql
2024-03-25 00:29:43 -07:00

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
)