id(); $table->timestamps(); $table->string('title', 100)->nullable()->default(null); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('locations'); } }