diff --git a/src/migrations/2024_07_29_000001_create_all__pondol_bbs_tables.php b/src/migrations/2024_07_29_000001_create_all__pondol_bbs_tables.php index 93c7838..d478c7a 100644 --- a/src/migrations/2024_07_29_000001_create_all__pondol_bbs_tables.php +++ b/src/migrations/2024_07_29_000001_create_all__pondol_bbs_tables.php @@ -95,7 +95,7 @@ public function up() Schema::create('bbs_config', function(BluePrint $table) { $table->id(); $table->string('k', '20'); - $table->string('v', '20'); + $table->string('v', '50'); $table->timestamps(); });