$sql->createTableInner()
Creates the inner query for the columns in a CREATE TABLE query
Parameters
Name | Type | Default | Description |
---|---|---|---|
$columns * | array |
– | Array of column definition arrays, see Kirby\Database\Sql::createColumn() |
Return type
array