@@ -0,0 +1,12 @@
package tuugen
type DataModel struct {
Name string `yaml:"name"`
Properties []DataProperty `yaml:"properties"`
}
type DataProperty struct {
Type string `yaml:"type"`
AutoIncrement bool `yaml:"autoinc"`
The note is not visible to the blocked user.