Why is it that, when migrating my existing schema ...
# orm-help
m
Why is it that, when migrating my existing schema to modify a many-to-one relationship to a many-to-many, that I can't preform the creation of a table using
relation: { connect: [ { id: num }, ...]}