bigIncrements('id'); $table->string('name')->nullable(); $table->integer('champ_id')->nullable(); $table->integer('status')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('experts'); } }