SQLDatabase

extension SQLDatabase

Shared helpers for the Create*SearchIndexes migrations (see SearchIndexCreation.swift, SeamailSearchIndexCreation.swift, QuartermasterSearchIndexCreation.swift), which each add a stored generated fulltext_search tsvector column plus a GIN index to one or more tables. Centralized here so the full-text index strategy only needs to change in one place.