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