Support the ongoing development of Laravel.io →
posted 4 years ago
Laravel
Last updated 1 year ago.
0
moderator

@akshatvishu can you place it next time in a code block, that is more readable :)

What is the type of the questions id column? I see that the question_id is an integer. If the id column on questions is a big integer you need to change the question_id to the same.

0

'id' column on question is this; $table->bigIncrements('id');

0
moderator

Then the question_id column need to be:

$table->bigInteger('question_id')->unsigned();

Or short:

$table->unsignedBigInteger('question_id');
0

or change $table->bigIncrements('id') to $table->increments('id');

0

You may don't have the foggiest idea about that numerous site utilizes JavaScript to sidestep SQL articulations, for example, single statement, Hyphen ' - % and so on, this all can be circumvent utilizing Fire Bug or Burp Suite (Data Tampering). So lets take one case here as for example by Coursework Help Consultants and expound it all the more profoundly. As a Good student dependably use Pen-testing lab so here I'm utilizing NOWASP Mutillidae

1

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.