During the installation, Magento lets you specify a prefix for all table in the database. When I try to change the SEO settings in catalog return me this error:
Something went wrong while saving this configuration: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'balume_magento2.url_rewrite' doesn't exist, query was: UPDATE url_rewrite SET request_path = ? WHERE (url_rewrite_id = 15)
I think it's because it searches for url_rerwrite instead of PREFIX_url_rewrite.