Wire database p d o table exists
Does the given table exist in this database?
Available since version 3.0.133.
Usage
$bool = $database->tableExists(string $table);
Arguments
Name
Type(s)
Description
table
string
Return value
bool
Available since version 3.0.133.
$bool = $database->tableExists(string $table);
Name
Type(s)
Description
table
string
bool