import {InvalidSchemaError} from 'indexedfts/lib/errors.js'
InvalidSchemaError means specified invalid schema.
constructor(reason: string, column: string | string[] | null)
column: string | string[] | null
Name of column that invalid.
why throws this error.
name of column that invalid.