I've setup ddev for a Silverstripe PHP project, with existing files. I can get to the site. I can get to the phpmyadmin link given by ddev describe and I have ran ddev import-db successfully.
When I go to the site's ddev link, I get missing table errors and the phpMyAdmin is not showing any of the imported data.
What am I missing to get the database that the CLI is using to be the one the browser based site & phpMyAdmin are using?