From c5ec05ea77763eef61b7220f99de46b889a9e2fa Mon Sep 17 00:00:00 2001 From: xxq250 Date: Mon, 13 May 2024 08:54:22 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20utf8mb4=E5=AD=97=E7=AC=A6=E7=B4=A2?= =?UTF-8?q?=E5=BC=95=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrate/20240408010213_create_action_node_selects.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrate/20240408010213_create_action_node_selects.rb b/db/migrate/20240408010213_create_action_node_selects.rb index 5f49bcd8b..9d07fe4ba 100644 --- a/db/migrate/20240408010213_create_action_node_selects.rb +++ b/db/migrate/20240408010213_create_action_node_selects.rb @@ -11,7 +11,7 @@ class CreateActionNodeSelects < ActiveRecord::Migration[5.2] t.integer :use_count, default: 0 t.references :user t.timestamps - t.index :name + t.index :name, length: 191 end end end