Check for existing row when using insertbuilder in migration
b
We have the following in a migration to insert an row during migration. There are methods to check if table exist, but is the some similar for row insert or would it need to execute a separate select query first? https://cdn.discordapp.com/attachments/1283681818461208576/1283682160137605182/image.png?ex=66e3e1ac&is=66e2902c&hm=2dc20cb9280f9b1cd1837e82545fb9614033f74b2b0a74e5e05550daf13fefc0&
m
Far as I Know you would need to query