# File lib/kirbybase.rb, line 1978
    def KBTable.valid_default_type?(field_type)
        VALID_DEFAULT_TYPES.include?(field_type)
    end