Drift detected: Your database schema is not in sync with your migration history.
The following is a summary of the differences between the expected database schema given your migrations files, and the actual schema of the database.
It should be understood as the set of changes to get from the expected schema to the actual schema.
[*] Changed the `_RoleToTenantUser` table
[-] Removed foreign key on columns (A)
[-] Removed foreign key on columns (B)
[+] Added foreign key on columns (A)
[+] Added foreign key on columns (B)
[*] Renamed index `_RoleToTenantUser_AB_unique` to `RoleToTenantUser_AB_unique`
[*] Renamed index `_RoleToTenantUser_B_index` to `B`
... continued for the other 87 join tables in my schema ...
Drift detected: Your database schema is not in sync with your migration history.
The following is a summary of the differences between the expected database schema given your migrations files, and the actual schema of the database.
It should be understood as the set of changes to get from the expected schema to the actual schema.
[*] Changed the `_RoleToTenantUser` table
[-] Removed foreign key on columns (A)
[-] Removed foreign key on columns (B)
[+] Added foreign key on columns (A)
[+] Added foreign key on columns (B)
[*] Renamed index `_RoleToTenantUser_AB_unique` to `RoleToTenantUser_AB_unique`
[*] Renamed index `_RoleToTenantUser_B_index` to `B`
... continued for the other 87 join tables in my schema ...