I'm trying to create second foreign key in my table 'tracker_clicks' - image1
The first foreign key is for column 'campaign_id' and it has been created successfully.
But the second one is creating for 'offer_id' column to 'tracker_offers' table - image2
And I get this error - image3
What's wrong?