12 lines
114 B
YAML
12 lines
114 B
YAML
# type Repository struct {
|
|
# ID int64 `xorm:"pk autoincr"`
|
|
# }
|
|
-
|
|
id: 1
|
|
-
|
|
id: 2
|
|
-
|
|
id: 3
|
|
-
|
|
id: 10
|