# File lib/kirbybase.rb, line 1929
    def KBTable.valid_field_type?(field_type)
        VALID_FIELD_TYPES.include?(field_type)
    end