relatedTableName property
The related table name if this column is a foreign key column.
If this column has a foreign key constraint, this property is the name of the referenced table.
Null if this column is not a foreign key reference.
Implementation
String? relatedTableName;