tableColumns property

List<String>? tableColumns
getter/setter pair

Table columns used as part of the Constraint, for example primary key constraint should list the columns which constitutes the key.

Implementation

core.List<core.String>? tableColumns;