Using the create_parent function #654
-
Hi everyone. I seem to be having problems using the I can do steps 1-4 below without any issues:
Posted below is the error I get once I try to do step 5 (above) when migrating a production database - locally I face no difficulties.
I've trawled through the docs and can't seem to locate my issue. I'm using AWS RDS Aurora if that's at all helpful. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
What version of the extension is installed? You can see that by running |
Beta Was this translation helpful? Give feedback.
-
I don't see how your step 3 is succeeding. You're missing a column definition
|
Beta Was this translation helpful? Give feedback.
-
The |
Beta Was this translation helpful? Give feedback.
-
You're missing the
|
Beta Was this translation helpful? Give feedback.
-
@keithf4 you're an absolute star that's done the trick! Please let me know how I can buy you a coffee |
Beta Was this translation helpful? Give feedback.
You're missing the
p_type
parameter. Any function parameter without a default value must be given.