Answers for "how to set a foreign key as primary key in sqlalchemy"

PHP
1

how to make primary key and foreign key in phpmyadmin

go to phpmyadmin
 select a table
  go to structure
  select the column you want to make primary
  click on the primary written beside check all
Posted by: Guest on July-27-2021

Code answers related to "how to set a foreign key as primary key in sqlalchemy"

Browse Popular Code Answers by Language