extraColumns property

List<JunctionColumn>? extraColumns
final

Extra columns to add to the junction table Use this to add custom attributes like timestamps, status flags, etc.

Implementation

final List<JunctionColumn>? extraColumns;