code: <?php namespace App\Http\Controllers; use Illuminate\Http\Request; use App\User; use App\Ht...
Illuminate\Database\QueryException : SQLSTATE[HY000]: General error: 1005 Can't create table realti...
'id' column on question is this; $table->bigIncrements('id');
The Laravel portal for problem solving, knowledge sharing and community building.
The community