public tableExists (mixed $tableName, [mixed $schemaName])
Generates SQL checking for the existence of a schema.table
var_dump($connection->tableExists("blog", "posts"));
public tableExists (mixed $tableName, [mixed $schemaName])
Generates SQL checking for the existence of a schema.table
var_dump($connection->tableExists("blog", "posts"));
Please login to continue.