Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Column ¶
type Column struct {
Name string `json:"name"`
Description string `json:"description,omitempty"`
Array bool `json:"array,omitempty"`
Type string `json:"type"`
Unique bool `json:"unique,omitempty"`
Localized bool `json:"localized,omitempty"`
References any `json:"references,omitempty"`
Until any `json:"until,omitempty"`
File any `json:"file,omitempty"`
Files any `json:"files,omitempty"`
}
type Enumeration ¶
type Enumerations ¶
type Enumerations []*Enumeration
type Schema ¶
type Schema struct {
Version int `json:"version"`
CreatedAt int `json:"createdAt"`
Tables Tables `json:"tables,omitempty"`
Enumerations Enumerations `json:"enumerations,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.