# File lib/big_record/connection_adapters/column.rb, line 85 def primitive? @primitive ||= ([:integer, :float, :decimal, :datetime, :date, :timestamp, :time, :text, :string, :binary, :boolean, :map, :object].include? type) end