Laravel Mysql 1055 Expression #1 of SELECT list is not in GROUP BY

修改

config/database.php

配置

strict => false

关闭严谨模式#

        'mysql' => [
            ...
            'strict' => false,
            'engine' => null,
        ],

你可能感兴趣的:(Laravel Mysql 1055 Expression #1 of SELECT list is not in GROUP BY)