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 Aug 12, 2022. It is now read-only.
Currently, only the id field is allowed to be used for the relation.
That would generate unnecessary fields where relation could be made by the already present field.
Example:
Type Volume and Volume Attachment. Volume attachment have field VolumeId, but it could not be used to for the relation mapping.
The text was updated successfully, but these errors were encountered:
One solution to reduce multiple ids is to allow the user define the tables "id or ids" if not we will auto generate one i.e volume_id column will be id = true.
This will remove unnecessary fields and will allow the provider's id to be used instead of a generated one also making queries more simpler.
Currently, only the
id
field is allowed to be used for the relation.That would generate unnecessary fields where relation could be made by the already present field.
Example:
Type Volume and Volume Attachment. Volume attachment have field
VolumeId
, but it could not be used to for the relation mapping.The text was updated successfully, but these errors were encountered: