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