sql::createTable

Creates a table with a simple scheme array for columns

sql::createTable($table, $columns = array())

Parameters

$table (string)
The table name
$columns (array)
$type (string)
mysql or sqlite

Return values

string