Function uuid_generate_v4() does not exist (SQLSTATE 42883)
Getting Error:
Is this just that we need add extensions before our use of uuid_generate_v4()?
Or would you actually create the extension?
I am a bit confused because, my migrations always worked, now they are having an issue?
I am also confused because I can see in my Dashboard that uuid-ossp is installed by default? If I am running a db reset, is it just "not aware" of that?
Thanks for any help!
Is this just that we need add extensions before our use of uuid_generate_v4()?
Or would you actually create the extension?
I am a bit confused because, my migrations always worked, now they are having an issue?
I am also confused because I can see in my Dashboard that uuid-ossp is installed by default? If I am running a db reset, is it just "not aware" of that?
Thanks for any help!