foreignKey property
Foreign key column name in this entity's table If not provided, defaults to {targetEntity}_id in snake_case
Implementation
final String? foreignKey;
Foreign key column name in this entity's table If not provided, defaults to {targetEntity}_id in snake_case
final String? foreignKey;