Member Junction
    Preparing search index...
    SchemaFieldType:
        | "string"
        | "text"
        | "integer"
        | "bigint"
        | "decimal"
        | "boolean"
        | "datetime"
        | "date"
        | "uuid"
        | "json"
        | "float"
        | "time"

    Abstract field types understood by SchemaEngine. TypeMapper converts these to platform-specific SQL types.