работает
SQLSTATE[HY000]: General error: 3780 Referencing column 'product_id' and referenced column 'id' in foreign key constraint 'product_reviews_product_id_foreign' are incompatible. (SQL: alter table product_reviews add constraint product_reviews_product_id_foreign foreign key (product_id) references warehouse_products (id) on delete cascade)
потому что он не понимает с какой таблицей связываться
А не лучше юзать foreignId ?)
😂 да кажется так лучше
Обсуждают сегодня