increments('id'); $table->timestamps(); Meta::formTable($table); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('DummyTable'); } }