Ken před 3 dny
rodič
revize
720f7c3ec2

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

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