foreignKeyColumnInReferencingTable property

String foreignKeyColumnInReferencingTable
final

The name of the foreign key column in the referencingTableOriginalName that points back to this model's table.

Example: For AuthorModel's books list, this would be "author_id" (from the "books" table).

Implementation

final String foreignKeyColumnInReferencingTable;