engine = 'InnoDB'; $table->increments('id'); $table->timestamps(); }); } public function down() { Schema::dropIfExists('{{ table_name }}'); } };