foreignKey property
Foreign key column name in this entity's table Required on the owning side (the side that has the FK column)
Implementation
final String? foreignKey;
Foreign key column name in this entity's table Required on the owning side (the side that has the FK column)
final String? foreignKey;