Use proper check in acceptForeignKey()
Checking that the platform supports foreign key is not the right case here, because we should check if we can create them by themselves, after the table is created. It is not the case for Sqlite. Closes #3990
Showing
Please register or sign in to comment