# File lib/active_record/connection_adapters/mysql_adapter.rb, line 322deftype; :date; end
type_cast(value)click to toggle source
# File lib/active_record/connection_adapters/mysql_adapter.rb, line 324deftype_cast(value)
returnifvalue.nil?# FIXME: probably we can improve this since we know it is mysql# specificConnectionAdapters::Column.value_to_datevalueend