We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca64844 commit 4ce32caCopy full SHA for 4ce32ca
1 file changed
config/components-ENV.local.php
@@ -17,5 +17,9 @@
17
'username' => 'api',
18
'password' => 'apisecret',
19
'charset' => 'utf8',
20
+ 'schemaMap' => [
21
+ // add support for MariaDB JSON columns
22
+ 'mysql' => SamIT\Yii2\MariaDb\Schema::class
23
+ ],
24
],
25
];
0 commit comments