dbfdg id(); $table->string('name'); $table->string('type'); $table->string('created_by'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('competencies'); } }