Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsn committed Oct 29, 2024
1 parent 38c734e commit ae7cdcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public function up(): void
}

if ($this->db->DBDriver === 'SQLSRV') {
$this->db->query(sprintf('ALTER TABLE %s ALTER COLUMN NVARCHAR(max) COLLATE Latin1_General_100_CI_AS_SC_UTF8', $this->db->prefixTable('without_auto_increment')));
$this->db->query(sprintf('ALTER TABLE %s ALTER COLUMN value NVARCHAR(max) COLLATE Latin1_General_100_CI_AS_SC_UTF8', $this->db->prefixTable('without_auto_increment')));
}
}

Expand Down

0 comments on commit ae7cdcc

Please sign in to comment.