menu
raindrop_postgres package
documentation
ddl.dart
TableDiff
droppedChecks property
droppedChecks property
dark_mode
light_mode
droppedChecks
property
Map
<
String
,
String
>
droppedChecks
final
CHECK constraints present only in the old table, by name.
Implementation
final Map<String, String> droppedChecks;
raindrop_postgres package
documentation
ddl
TableDiff
droppedChecks property
TableDiff class