onDeleteSetDefault property
When true, deletion of a parent will set this table's referencing column to the default,
usually NULL
unless otherwise declared. Defaults false
.
Implementation
final bool onDeleteSetDefault;
When true, deletion of a parent will set this table's referencing column to the default,
usually NULL
unless otherwise declared. Defaults false
.
final bool onDeleteSetDefault;