joinTableName property

String? joinTableName
getter/setter pair

If this foreign key is part of a many-to-many relationship, this holds the name of the join table (intermediate table). Otherwise, it's null.

Implementation

String? joinTableName;