From 190117146feabfa49cf2091c4b54d88c0f1af379 Mon Sep 17 00:00:00 2001 From: xiaochong0302 Date: Wed, 2 Aug 2023 17:18:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96tag=E8=A1=A8migration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrations/20210720153027.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/migrations/20210720153027.php b/db/migrations/20210720153027.php index 35e793be..fc3fd960 100644 --- a/db/migrations/20210720153027.php +++ b/db/migrations/20210720153027.php @@ -141,7 +141,7 @@ final class V20210720153027 extends AbstractMigration if (!$table->hasColumn('scopes')) { $table->addColumn('scopes', 'string', [ 'null' => false, - 'default' => '', + 'default' => 'all', 'limit' => 100, 'collation' => 'utf8mb4_general_ci', 'encoding' => 'utf8mb4',