python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
laravel migration to add foreign key
I'm trying to add foreign key in my table exam:
public function up()
{
Schema::create('exams', function (Blueprint $table) {
$table->id();
$table->BigInteger(...
Yara Abd
Votes: 0
Answers: 1
How to delete specific migration and then remigrate that table only in Laravel?
Hy there,
I entered some fields in migration file and then migrated it to phpmyadmin, but lateron I added some more fields in it but I have already entered data in the table. If I drop that table from...
Junaid Ali
Votes: 0
Answers: 2
Throwing fatal error "'Class 'Breadcrumbs' not found" in Laravel 5.2
I converted my application from Laravel 5.0 to Laravel 5.2. I created laravel 5.2 project through the command prompt. And copied model, view and controllers from old application. Next gave full permis...

Arya
Votes: 0
Answers: 2
Flutter how to migrate this BLoC old version code to Bloc new version
how i must write this code in bloc v.8 i don know how i see some searches but im not understand and this is my code for classes they give me error => StateError (Bad state: add(DoFetchEvent) was ca...
Yous y
Votes: 0
Answers: 1