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

    Abstract field type used by SchemaEngine to describe columns in a platform-agnostic way before DDL generation.