From 00229fc4ea5a1396f2db0845df67d93f79371f40 Mon Sep 17 00:00:00 2001 From: mirivlad Date: Mon, 30 Mar 2026 11:17:25 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20organization=5Fid=20nullable=20=D0=B2=20?= =?UTF-8?q?groups=20table?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Миграция для изменения колонки на NULLABLE ✅ Применено к БД Co-authored-by: Qwen-Coder --- ...03_27_030803_make_answer_text_nullable.php | 0 ...ganization_id_nullable_in_groups_table.php | 28 +++++++++++++++++++ 2 files changed, 28 insertions(+) mode change 100644 => 100755 database/migrations/2026_03_27_030803_make_answer_text_nullable.php create mode 100755 database/migrations/2026_03_30_031649_make_organization_id_nullable_in_groups_table.php diff --git a/database/migrations/2026_03_27_030803_make_answer_text_nullable.php b/database/migrations/2026_03_27_030803_make_answer_text_nullable.php old mode 100644 new mode 100755 diff --git a/database/migrations/2026_03_30_031649_make_organization_id_nullable_in_groups_table.php b/database/migrations/2026_03_30_031649_make_organization_id_nullable_in_groups_table.php new file mode 100755 index 0000000..f226dd8 --- /dev/null +++ b/database/migrations/2026_03_30_031649_make_organization_id_nullable_in_groups_table.php @@ -0,0 +1,28 @@ +