referenceTable property
Reference table which may be associated with the constraint.
For example, if the constraint is a FOREIGN_KEY, this represents the list of full name of the referenced table by the foreign key.
Implementation
core.String? referenceTable;