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:
@ -22,6 +22,9 @@ class ChatMessages extends Migration
|
||||
"unsigned" => true,
|
||||
|
||||
],
|
||||
"message" => [
|
||||
"type" => "TEXT",
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
@ -48,7 +51,7 @@ class ChatMessages extends Migration
|
||||
|
||||
],
|
||||
]);
|
||||
$this->forge->createTable("chat_messages");
|
||||
$this->forge->createTable("chat_messages",true);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user