increments('id'); $table->timestamps(); $table->string('name', 250)->unique(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('courses'); } }