weizong song 6 months ago
parent afdd6ea1a3
commit 1e85571d5c

@ -14,7 +14,7 @@ class UpdateAlipayAccountAddAppPrivateKey extends Migration
public function up()
{
Schema::table('alipay_account', function (Blueprint $table) {
$table->string('private_key', 5120)->nullable()->comment('应用私钥')->after('appid');
$table->string('private_key', 2048)->nullable()->comment('应用私钥')->after('appid');
});
}

Loading…
Cancel
Save