Hi, i wonder if i can have a seed that updated a f...
# prisma-migrate
s
Hi, i wonder if i can have a seed that updated a field if it is empty and fill it with a concatenation of 2 other fields in the same row. Maybe someone can give ma an advice?
n
Hey 👋 Do you want a script which would fill a particular column by concatenating values from the other two columns?
s
Hi, yes exactly this. An upset where field "alias" is empty thne update this field with the row`s "name"+"surname"