Db::select() returns an Error Exception when the table doesn’t exist ‘Invalid Table’ or results if is does exist. But my error occurs when I’m trying to use Db::insert() after first creating the table.
The validateTable() method seemed over kill after posting this:
Seems like the Db::insert() can’t validate a table if it just been created.