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