Exception

Database Exceptionyii\db\Exception

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'puamap_pc.puamap_answers' doesn't exist
The SQL being executed was: SELECT COUNT(*) FROM `puamap_pc`.`puamap_answers` `a` LEFT JOIN `puamap_pc`.`puamap_question` `q` ON a.question_id=q.id WHERE (`q`.`is_del`=0) AND (`a`.`person_id`='100')

Error Info: Array
(
    [0] => 42S02
    [1] => 1146
    [2] => Table 'puamap_pc.puamap_answers' doesn't exist
)
$_GET = [
    'id' => '100',
];