diff --git a/src/Migration/2016_12_03_000000_create_payu_payments_table.php b/src/Migration/2016_12_03_000000_create_payu_payments_table.php index b7fb755..749207c 100644 --- a/src/Migration/2016_12_03_000000_create_payu_payments_table.php +++ b/src/Migration/2016_12_03_000000_create_payu_payments_table.php @@ -20,6 +20,7 @@ public function up() $table->string('txnid'); $table->string('mihpayid'); $table->string('firstname'); + $table->string('lastname'); $table->string('email'); $table->string('phone'); $table->double('amount');