Add isKey to syncer's table

This commit is contained in:
Yang Luo
2023-08-09 00:33:04 +08:00
parent 558bcf95d6
commit 3cb46c3628
2 changed files with 23 additions and 2 deletions

View File

@ -25,6 +25,7 @@ type TableColumn struct {
Name string `json:"name"`
Type string `json:"type"`
CasdoorName string `json:"casdoorName"`
IsKey bool `json:"isKey"`
IsHashed bool `json:"isHashed"`
Values []string `json:"values"`
}