Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Oct 28, 2024
1 parent ab06c1b commit 0791429
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ public function up(): void
if ($this->db->DBDriver === 'SQLSRV') {
$this->forge->modifyColumn('without_auto_increment', [
'value' => [
'type' => 'VARCHAR',
'type' => 'NVARCHAR',
'constraint' => 400,
'null' => true,
'collate' => 'Latin1_General_100_CS_AS_SC_UTF8',
'collate' => 'Latin1_General_100_CS_AS_SC',
],
]);
}
Expand Down

0 comments on commit 0791429

Please sign in to comment.