Hello, I create a migration to add a foreign key 'page_id' to a table 'main_sections'. After running the migration and adding the column, the scaffol that I have on the main_setions table does not add the foreign key into the CRUD.
Any ideas why this is the case?
Thanks.