lundi 7 novembre 2016

PHP , Laravel- Structure the code for the following data

I have two tables

questions with columns id(PK), name.

and

answers with columns id(PK),question_id(FK),answer_!,answer_2,answer_3,answer_4,

The data i am getting is that each question have its multiple answers.

Request Values

What is the best way to insert it into DB via Laravel.

I have tried but didn't got success.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire