-
Notifications
You must be signed in to change notification settings - Fork 216
Some Primary Key may by empty #605
Copy link
Copy link
Open
Labels
Change type: FunctionalRefers to modifications that significantly affect specification functionalities.Refers to modifications that significantly affect specification functionalities.GTFS-FaresIssues and Pull Requests that focus on GTFS-Fares ExtensionIssues and Pull Requests that focus on GTFS-Fares Extension
Metadata
Metadata
Assignees
Labels
Change type: FunctionalRefers to modifications that significantly affect specification functionalities.Refers to modifications that significantly affect specification functionalities.GTFS-FaresIssues and Pull Requests that focus on GTFS-Fares ExtensionIssues and Pull Requests that focus on GTFS-Fares Extension
Describe the problem
I have made a quick revue of PK constraints, I have found some "easter egg" 🤗
5 PK cases :
So I think an empty PK is not practical (cases 1,4,5)
And a composite primary key equal to the real PK into source table (fare_product_id) bothers me (cases 2,3)
Use cases
see above
Proposed solution
solution ?
Additional information
No response