SELECT DISTINCT a.*, `_spacemade_plugin_username`.`name` `modified_by_user_name`, `_spacemade_plugin_username`.`avatar_url` `modified_by_user_image` FROM `View` a LEFT JOIN user _spacemade_plugin_username ON `_spacemade_plugin_username`.`id` = `a`.`modified_by_user_id` WHERE a.name = :dcValue1 LIMIT 1"An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cloud.View' doesn't exist"