Skip to content

Commit 34aeec6

Browse files
authored
Update components-test.php
add support for MariaDB JSON columns
1 parent 4ce32ca commit 34aeec6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎config/components-test.php

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
'username' => 'api_test',
1919
'password' => 'apisecret',
2020
'charset' => 'utf8',
21+
'schemaMap' => [
22+
// add support for MariaDB JSON columns
23+
'mysql' => SamIT\Yii2\MariaDb\Schema::class
24+
],
2125
],
2226
],
2327

0 commit comments

Comments
 (0)