Skip to content

Commit

Permalink
update console folder link (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Apr 21, 2023
1 parent 274f2da commit ae2ef98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/migrations/m130524_201442_init.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public function up()
{
$tableOptions = null;
if ($this->db->driverName === 'mysql') {
// http://stackoverflow.com/questions/766809/whats-the-difference-between-utf8-general-ci-and-utf8-unicode-ci
// https://stackoverflow.com/questions/766809/whats-the-difference-between-utf8-general-ci-and-utf8-unicode-ci
$tableOptions = 'CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE=InnoDB';
}

Expand Down

0 comments on commit ae2ef98

Please sign in to comment.