Ken il y a 6 jours
Parent
commit
720f7c3ec2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      database/migrations/2026_01_29_102017_update_keyboard.php

+ 1 - 1
database/migrations/2026_01_29_102017_update_keyboard.php

@@ -14,7 +14,7 @@ return new class extends Migration
     public function up()
     {
         Schema::table('keyboard', function (Blueprint $table) {
-            $table->tinyInteger('group_id')->default(0)->comment('0系统配置,1用户配置');
+            $table->tinyInteger('group_id')->default(1)->comment('0系统配置,1用户配置');
         });
     }