increments('id'); {{fields}} $table->timestamps(); }); } public function down() { Schema::drop('{{table}}'); } }