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