menu
raindrop package
documentation
ddl.dart
ForeignKeyInfo
onDelete property
onDelete property
dark_mode
light_mode
onDelete
property
String
?
onDelete
final
The ON DELETE action (e.g., 'CASCADE', 'SET NULL').
Implementation
final String? onDelete;
raindrop package
documentation
ddl
ForeignKeyInfo
onDelete property
ForeignKeyInfo class