-
-
Notifications
You must be signed in to change notification settings - Fork 442
Open
Description
Checklist
- I checked other issues already and found no answer
- I checked the documentation and found no answer
- I am running the latest version and the feature i am requesting is not implemented there
Describe the problem you are trying to solve
We are using a mix of PK and natural key references when it comes to cross-referencing between tables. A benefit of referencing natural keys was: They are there, whenever we need to use them. Additional resolution will be necessary with PKs as the men in the middle to arrive at natural keys. This was the primary motivation to leave them as is.
The following tables are subject for this problem:
connectorreferencingcharge_box_idocpp_tagreferencingparent_id_tagreservationreferencingid_tagtransaction_startreferencingid_tag
Describe the solution you'd like
connectorshould referencecharge_box_pkocpp_tagshould referenceocpp_tag_pkof the same table to express parent id tagreservationshould referenceocpp_tag_pktransaction_startshould referenceocpp_tag_pk
Describe alternative solutions or features you've considered
Leave as is: Not a clean solution. Might block developing some features.
Additional context
...
Metadata
Metadata
Assignees
Labels
No labels