mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
feat : chat migrations
This commit is contained in:
@ -41,7 +41,7 @@ class ChatDepartments extends Migration
|
||||
|
||||
],
|
||||
]);
|
||||
$this->forge->createTable("chat_departments");
|
||||
$this->forge->createTable("chat_departments",true);
|
||||
$this->forge->addPrimaryKey('id');
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user