referencingTableOriginalName property
The original database name of the table that references this model (the "many" side).
Example: For AuthorModel's books list, this would be "books" (the table name of BookModel).
Implementation
final String referencingTableOriginalName;