We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f7b80 commit a495aa7Copy full SHA for a495aa7
src/include/catalog/schema.h
@@ -196,7 +196,7 @@ class Schema : public Printable {
196
}
197
198
// Get the default value for the column
199
- inline type::Value* GetDefaultValue(const oid_t column_id) const {
+ inline type::Value *GetDefaultValue(const oid_t column_id) const {
200
for (auto constraint : columns[column_id].GetConstraints()) {
201
if (constraint.GetType() == ConstraintType::DEFAULT) {
202
return constraint.getDefaultValue();
0 commit comments