nullOnDelete method

ColumnDefinition nullOnDelete()

Set null on delete.

Implementation

ColumnDefinition nullOnDelete() => onDelete('SET NULL');