SQLite can support this, I think. e.g. `UNIQUE(field_a, field_b)` would require the composite of `field_a` and `field_b` to be unique.
SQLite can support this, I think.
e.g.
UNIQUE(field_a, field_b)would require the composite offield_aandfield_bto be unique.