diff --git a/server/store/adapters/rdbms/dal/connection.go b/server/store/adapters/rdbms/dal/connection.go index 1c894d177..d35f7eb2a 100644 --- a/server/store/adapters/rdbms/dal/connection.go +++ b/server/store/adapters/rdbms/dal/connection.go @@ -425,7 +425,7 @@ func (c *connection) assertAlterationNestedAttributeAdd(table *ddl.Table, colInd Attr: &dal.Attribute{ Ident: alt.AttributeAdd.Attr.StoreIdent(), Store: &dal.CodecPlain{}, - Type: dal.TypeJSON{Nullable: false}, + Type: &dal.TypeJSON{Nullable: false}, }, }, }