We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274f2da commit ae2ef98Copy full SHA for ae2ef98
console/migrations/m130524_201442_init.php
@@ -8,7 +8,7 @@ public function up()
8
{
9
$tableOptions = null;
10
if ($this->db->driverName === 'mysql') {
11
- // 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
12
$tableOptions = 'CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE=InnoDB';
13
}
14
0 commit comments