integer('id')->primary('adjuncts_pkey'); $table->text('name'); $table->text('profile')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('adjuncts'); } }