提交 da87a679 编写于 作者: R Ryuta Kamizono

Fix `test_blank_columns_created_in_block`

Follow up to 1683410c.
上级 ee25e199
......@@ -225,7 +225,7 @@ def columns(table_name) # :nodoc:
type_metadata = fetch_type_metadata(column_name, type, oid, fmod)
default_value = extract_value_from_default(default)
default_function = extract_default_function(default_value, default)
new_column(column_name, default_value, type_metadata, !notnull, table_name, default_function, collation, comment: comment)
new_column(column_name, default_value, type_metadata, !notnull, table_name, default_function, collation, comment: comment.presence)
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册