dbVerifyTable
The dbVerifyTable funtion is used to create a MySQL database table (if it does not exist), or validate the columns if it does exist.
bool
dbVerifyTable
(string $table, string $create)
-
string
$table: Table to validate
-
string
$create: MySQL Database creation SQL query - this will be executed if the table does not exist.
|