调整支付
This commit is contained in:
@@ -13,7 +13,7 @@ class CreateWoUnicomWebsTable extends Migration
|
||||
*/
|
||||
public function up()
|
||||
{
|
||||
Schema::create('wo_unicom_webs', function (Blueprint $table) {
|
||||
Schema::create('wounicom_webs', function (Blueprint $table) {
|
||||
$table->bigIncrements('id');
|
||||
$table->string('orderId')->nullable()->comment('订单号');
|
||||
$table->string('payFloodId')->nullable()->comment('交易流水号');
|
||||
@@ -34,6 +34,6 @@ class CreateWoUnicomWebsTable extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
Schema::dropIfExists('wo_unicom_webs');
|
||||
Schema::dropIfExists('wounicom_webs');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user