const factory UniqueIndex({ required String name, required Iterable<String> fields, }) = _UniqueIndex;