$sqlite->createTable()
Creates a CREATE TABLE query
$sqlite->createTable(string $table, array $columns = [ ]): arrayParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $table * | string | – | Table name | 
| $columns | array | [ ] | Array of column definition arrays, see Kirby\Database\Sql::createColumn() | 
Return type
array