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
It seems loopback is not adding foreign key constraint in Database table as per model definition.
I am using loopback 4 for API design and data modeling.
I am using DB2 as my database.
Expected result
Foreign key constraints defined in loopback 4 model, should be reflected during table creation.
The text was updated successfully, but these errors were encountered:
dhmlau
transferred this issue from loopbackio/loopback-connector-dashdb
Aug 23, 2019
@malek0512, currently the FK constraints are not being added during table creation. We have the strong relation epic covering this, and the proposal to implement it: #2712.
Description/Steps to reproduce
It seems loopback is not adding foreign key constraint in Database table as per model definition.
I am using loopback 4 for API design and data modeling.
I am using DB2 as my database.
Expected result
Foreign key constraints defined in loopback 4 model, should be reflected during table creation.
The text was updated successfully, but these errors were encountered: