Column not found: 1054 Unknown column 'user.query_type'.
Because I want to prepare my report associated with 3 tables. I am specifying the entity for example user; but the other table has such a column that you can not see it.
for example;
Because I want to prepare my report associated with 3 tables. I am specifying the entity for example user; but the other table has such a column that you can not see it.
for example;
Code:
$result = array(
'columns' => ['query_type'],
'list' => 'deneme',
'total' => 1
);
