提交 12c4f62c 编写于 作者: A Anastasiya Volkova

#10148 default value for serial data types restored

上级 8fdf64c4
......@@ -152,7 +152,6 @@ public abstract class PostgreAttribute<OWNER extends DBSEntity & PostgreObject>
} else if (typeId == PostgreOid.INT8) {
typeId = PostgreOid.BIGSERIAL;
}
defValue = null;
}
setDefaultValue(defValue);
dataType = getTable().getDatabase().getDataType(monitor, typeId);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册