You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a schema that uses the uuid-ossp extension in order to generate uuid as default value -
CREATE TABLE IF NOT EXISTS public."SomeTable"
(
id UUID PRIMARY KEY DEFAULT uuid_generate_v4(),
...
)
but the generated model I get is with no default value settings.
I also use empty array as default on some schemas but it also not generated into the model created by pg-generator.
Am I missing something?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
I have a schema that uses the
uuid-ossp
extension in order to generate uuid as default value -but the generated model I get is with no default value settings.
I also use empty array as default on some schemas but it also not generated into the model created by pg-generator.
Am I missing something?
Thank you!
The text was updated successfully, but these errors were encountered: