id(); $table->string('nama'); $table->text('alamat'); $table->string('no_tlp'); $table->string('no_rekening')->nullable(); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('suppliers'); } };