+2
-1
@@ -3,6 +3,7 @@
|
||||
namespace App\Database\Migrations;
|
||||
|
||||
use CodeIgniter\Database\Migration;
|
||||
use CodeIgniter\Database\RawSql;
|
||||
|
||||
class CreateTeacherSubmissionNotificationHistory extends Migration
|
||||
{
|
||||
@@ -56,7 +57,7 @@ class CreateTeacherSubmissionNotificationHistory extends Migration
|
||||
'sent_at' => [
|
||||
'type' => 'DATETIME',
|
||||
'null' => false,
|
||||
'default' => 'CURRENT_TIMESTAMP',
|
||||
'default' => new RawSql('CURRENT_TIMESTAMP'),
|
||||
],
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user