as mentioned in the question, does xorm reflect foreign keys directly in the structure?
as mentioned in the question, does xorm reflect foreign keys directly in the structure?
Foreign keys are not supported for the time being
Previous: Vue npm run dev reported an error
Next: How to use the goToTab property in antd-mobile Tabs component Tabs.DefaultTabBar
the environment I use is go version go1.11.1 windows amd64 xorm + Sqlite3 I am using type User struct { Id int `json:"id" xorm:"pk autoincr unique(UNIQUE) INT(10) notnull"` Name string `json:"name" xorm...