weizong song 6 months ago
parent d3cd154f27
commit afdd6ea1a3

@ -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');
});
}

Loading…
Cancel
Save