<- && extends failure to take effect at the same time #1373

Open
opened 2019-07-29 05:05:06 +00:00 by jjjachyty · 0 comments
jjjachyty commented 2019-07-29 05:05:06 +00:00 (Migrated from github.com)
type DappUseLog struct {
	UUID  string `xorm:"varchar(36) 'uuid'"`
	User  string
	Dapp  string
	UseAt time.Time `xorm:"created"`
	App   Dapp      `xorm:"<- extends "`
}
``` type DappUseLog struct { UUID string `xorm:"varchar(36) 'uuid'"` User string Dapp string UseAt time.Time `xorm:"created"` App Dapp `xorm:"<- extends "` } ```
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/xorm#1373
No description provided.