我需要定義與預定義的「用戶」表格相關的新表格。 請幫我寫這個 entity diagram預定義表格USER與我自己的表格之間的JHipster關係
正確JDL碼我試着寫文件 「mytable.jh」 和進口:> jhipster進口JDL mytable.jh
entity MyTable{
userid Long, //relation to table jhi_user
}
relationship OneToMany {
User{id} to Mytable{userid}
}
,並得到
{ name: 'IllegalAssociationException',
message: 'Relationships from User entity is not supported in the declaration between User and Mytable.',
prototype:
Error