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
I have two tables with column id uuid type, but when I create a relationship between them, denodb create the foreign key with integer type by default. I believe that the corret way to do that is using the column id type of the first table right?
The text was updated successfully, but these errors were encountered:
Huuummm but I dont use unique prop in my models. Just primaryKey prop. I was reading the code and I saw that the relationship configuration its was using integer by default.
Hello guys!
I have two tables with column id uuid type, but when I create a relationship between them, denodb create the foreign key with integer type by default. I believe that the corret way to do that is using the column id type of the first table right?
The text was updated successfully, but these errors were encountered: