foreignKey property

String? foreignKey
final

Foreign key column name in this entity's table If not provided, defaults to {targetEntity}_id in snake_case

Implementation

final String? foreignKey;