method
has_default?
has_default?()
public
Hide source
# File activerecord/lib/active_record/connection_adapters/mysql_adapter.rb, line 97 def has_default? return false if sql_type =~ /blob/i || type == :text #mysql forbids defaults on blob and text columns super end