# File lib/kirbybase.rb, line 1990
    def KBTable.valid_index_type?(field_type)
        VALID_INDEX_TYPES.include?(field_type)
    end