customConstraints property
Custom table constraints that should be added to the table.
See also:
- https://www.sqlite.org/syntax/table-constraint.html, which defines what table constraints are supported.
Implementation
List<String> get customConstraints => [];