提交 17c53798 编写于 作者: M Melody

Add default options to 'bit' and 'bit_varying' methods

上级 d6e6e9bd
......@@ -76,11 +76,11 @@ def point(name, options = {})
column(name, :point, options)
end
def bit(name, options)
def bit(name, options = {})
column(name, :bit, options)
end
def bit_varying(name, options)
def bit_varying(name, options = {})
column(name, :bit_varying, options)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册