sql::createTable($table, $columns = array())
Creates a table with a simple scheme array for columns
-
$table (string)
The table name -
$columns (array)
-
$type (string)
mysql or sqlite -
return (string)
Creates a table with a simple scheme array for columns