JunctionColumn constructor
const
JunctionColumn({
- required String name,
- required JunctionColumnType type,
- bool nullable = false,
- String? defaultValue,
- bool unique = false,
Implementation
const JunctionColumn({
required this.name,
required this.type,
this.nullable = false,
this.defaultValue,
this.unique = false,
});