feat : chat migrations

This commit is contained in:
amazuecos
2024-09-20 08:54:43 +02:00
parent f8dd56b74c
commit b25abc19d9
5 changed files with 27 additions and 8 deletions

View File

@ -38,7 +38,7 @@ class ChatDepartmentUsers extends Migration
],
]);
$this->forge->createTable("chat_department_users");
$this->forge->createTable("chat_department_users",true);