Is it possible to pass in a single value to create...
# orm-help
n
Is it possible to pass in a single value to createMany and it'll still work ?
r
Yes, but you need to pass it in an array (
[]
).
n
okay great, i get...thanks
👍 1