columnReferences property

List<TableConstraintsForeignKeysColumnReferences>? columnReferences
getter/setter pair

The columns that compose the foreign key.

Required.

Implementation

core.List<TableConstraintsForeignKeysColumnReferences>? columnReferences;