Created
November 10, 2010 16:40
-
-
Save pmdgithub/671094 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Indexes: | |
"pk_zpmdlpclaim_pmdpclaimid" PRIMARY KEY, btree (pmd_pclaim_id) | |
"idx_zpmdlpclaim_pmdpatientid" btree (pmd_patient_id) | |
"idx_zpmdlpclaim_pmdpclaimid" btree (pmd_pclaim_id) | |
"idx_zpmdlpclaim_pmdpharmacyid" btree (pmd_pharmacy_id) | |
"idx_zpmdlpclaim_pmdproviderid" btree (pmd_provider_id) | |
"idx_zpmdlpclaim_productserviceid" btree (product_service_id) | |
Foreign-key constraints: | |
"fk_provider_pmdproviderid" FOREIGN KEY (pmd_provider_id) REFERENCES zpmdl_provider(pmd_provider_id) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment