referenceColumns property

List<String>? referenceColumns
getter/setter pair

Reference columns which may be associated with the constraint.

For example, if the constraint is a FOREIGN_KEY, this represents the list of full names of referenced columns by the foreign key.

Implementation

core.List<core.String>? referenceColumns;