I have many foreign keys constrains in many tables where tables are connected using IDs (Foreign keys and primary key) and I want to remove foreign keys constrains because I have divided my database.
I just want to change the foreign key columns to only dummy ints without any constrains.
I am using Workbench with MySQL
Source: Laravel