Skip to content

Commit

Permalink
add asan pardakht enum to migration
Browse files Browse the repository at this point in the history
  • Loading branch information
amirdew committed Nov 13, 2017
1 parent c0489c5 commit ac5777e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ public function up()
Enum::PAYLINE,
Enum::SADAD,
Enum::ZARINPAL,
Enum::SAMAN
Enum::SAMAN,
Enum::ASANPARDAKHT
]);
$table->decimal('price', 15, 2);
$table->string('ref_id', 100)->nullable();
Expand Down

0 comments on commit ac5777e

Please sign in to comment.