You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.
type Person struct {
ID int64 `ql:"uindex xPersonID"`
}
type Address struct {
ID int64 `ql:"uindex xAddressID"`
StreetNo string
City string
Person *Person `ql:"fkey on delete cascade"`
}
The text was updated successfully, but these errors were encountered:
Please add support for referential integrity, e.g.
The text was updated successfully, but these errors were encountered: