支付优化
This commit is contained in:
@@ -17,7 +17,7 @@ return new class extends Migration
|
||||
$table->string('key', 50)->comment('设置项标示');
|
||||
$table->string('title', 50)->comment('设置标题');
|
||||
$table->string('describe', 500)->nullable()->default('')->comment('设置项描述');
|
||||
$table->string('values', 255)->nullable()->default('')->comment('设置值');
|
||||
$table->string('values', 2000)->nullable()->default('')->comment('设置值');
|
||||
$table->string('type', 50)->comment('设置类型');
|
||||
$table->string('options', 500)->nullable()->comment('options配置');
|
||||
$table->string('props', 500)->nullable()->comment('props配置');
|
||||
|
||||
Reference in New Issue
Block a user