increments('id'); $table->bigInteger('user_id')->nullable(); $table->bigInteger('plan_id')->nullable(); $table->softDeletes(); $table->nullableTimestamps(); }); } /* * Reverse the migrations. * * @return void */ public function down() { Schema::drop('crews'); } }