feat: update data scheme
This commit is contained in:
@@ -16,10 +16,10 @@ type Field struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Model struct {
|
type Model struct {
|
||||||
Name string
|
Name string `json:"name"`
|
||||||
Fields []Field
|
Fields []Field `json:"fields"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Schema struct {
|
type Scheme struct {
|
||||||
models []Model
|
Models []Model `json:"models"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user