提交 0cf3092e 编写于 作者: C Carlos Antonio da Silva

Merge pull request #8290 from cpatuzzo/master

Fixed a typo
...@@ -540,7 +540,7 @@ def type_to_sql(type, limit = nil, precision = nil, scale = nil) #:nodoc: ...@@ -540,7 +540,7 @@ def type_to_sql(type, limit = nil, precision = nil, scale = nil) #:nodoc:
column_type_sql << "(#{precision})" column_type_sql << "(#{precision})"
end end
elsif scale elsif scale
raise ArgumentError, "Error adding decimal column: precision cannot be empty if scale if specified" raise ArgumentError, "Error adding decimal column: precision cannot be empty if scale is specified"
end end
elsif (type != :primary_key) && (limit ||= native.is_a?(Hash) && native[:limit]) elsif (type != :primary_key) && (limit ||= native.is_a?(Hash) && native[:limit])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册