We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
load command produce slightly different result even if diff shows they are the same
load
diff
- Expected - 1 + Received + 1 @@ -787,12 +787,12 @@ `prescriber_number` varchar(255) NOT NULL DEFAULT '', `_audit` json, PRIMARY KEY (`id`), KEY `created_by` (`created_by`), KEY `user_id` (`user_id`), - KEY `GeneralPractitioner_client_id_foreign_idx` (`client_id`), KEY `GeneralPractitioner_ml_id_foreign_idx` (`ml_id`), + KEY `GeneralPractitioner_client_id_foreign_idx` (`client_id`), KEY `GeneralPractitioner_verified_by_foreign_idx` (`verified_by`), CONSTRAINT `GeneralPractitioner_client_id_foreign_idx` FOREIGN KEY (`client_id`) REFERENCES `AppClient` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, CONSTRAINT `GeneralPractitioner_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `User` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, CONSTRAINT `GeneralPractitioner_ibfk_2` FOREIGN KEY (`created_by`) REFERENCES `User` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, CONSTRAINT `GeneralPractitioner_ml_id_foreign_idx` FOREIGN KEY (`ml_id`) REFERENCES `MedicalLiaison` (`id`) ON DELETE SET NULL ON UPDATE CASCADE,
seems order of the keys are not normalized for load command
The text was updated successfully, but these errors were encountered:
No branches or pull requests
load
command produce slightly different result even ifdiff
shows they are the sameseems order of the keys are not normalized for
load
commandThe text was updated successfully, but these errors were encountered: