prescription ids into codes
This commit is contained in:
No files matched your search
@@ -0,0 +1,2 @@
|
||||
-- Modify "Prescription" table
|
||||
ALTER TABLE "public"."Prescription" DROP CONSTRAINT "fk_Prescription_Doctor", DROP COLUMN "Doctor_Id", ADD CONSTRAINT "fk_Prescription_Doctor" FOREIGN KEY ("Doctor_Code") REFERENCES "public"."Doctor" ("Code") ON UPDATE NO ACTION ON DELETE NO ACTION;
|
||||
Reference in New Issue
Block a user