id(); $table->bigInteger('agent_id'); $table->string('amount'); $table->string('status'); $table->string('bukti_pembayaran'); $table->datetime('created_at'); $table->datetime('paid_at'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }