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

@ -41,7 +41,7 @@ class ChatDepartments extends Migration
],
]);
$this->forge->createTable("chat_departments");
$this->forge->createTable("chat_departments",true);
$this->forge->addPrimaryKey('id');
}