ReferenceColumn constructor
const
ReferenceColumn(
- String name, {
- required Table references,
- bool nullable = false,
- CascadeOperation? onUpdate,
- CascadeOperation? onDelete,
- DataAffinity type = DataAffinity.integer,
Implementation
const ReferenceColumn(super.name, {required this.references, this.nullable = false, this.onUpdate, this.onDelete, this.type = DataAffinity.integer});