schemadoc: print table indexes (#7012)

This commit is contained in:
Joe Chen
2022-06-05 18:08:59 +08:00
committed by GitHub
parent a328e7ccc4
commit 4cc3000b07
2 changed files with 47 additions and 6 deletions

View File

@@ -9,6 +9,8 @@
Mode | mode | BIGINT NOT NULL | BIGINT NOT NULL | INTEGER NOT NULL
Primary keys: id
Indexes:
"access_user_repo_unique" UNIQUE (user_id, repo_id)
```
# Table "access_token"
@@ -25,6 +27,8 @@ Primary keys: id
UpdatedUnix | updated_unix | BIGINT | BIGINT | INTEGER
Primary keys: id
Indexes:
"idx_access_token_user_id" (uid)
```
# Table "lfs_object"