id(); $table->string('code'); $table->string('name'); $table->string('symbol'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('currencies'); } };