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