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