id(); $table->timestamps(); }); } /** * down reverses the migration */ public function down() { Schema::dropIfExists('silva_adrema_settings'); } };