I have a table named payment_request
in the MySQL and the
DESCRIBE payment_request
provides the following output,
The oderbook
table is provided below,
I want to add the id
from the payment_request
table in the orderbook
as the foreign key with the name as payment_request_id
after the id
column (2nd position).
What will be the SQL to run the MySQL?