liyinglin 3 years ago
parent b2f73113b1
commit 5280a99fad

@ -17,7 +17,7 @@ class CreateConfigsTable extends Migration
$table->increments('id');
$table->string('name')->comment('名字');
$table->string('key')->comment('标示');
$table->string('value')->comment('值')->nullable();
$table->mediumText('value')->comment('值')->nullable();
$table->timestamps();
$table->softDeletes();
});

Loading…
Cancel
Save