Solar_Sql_Adapter_Mysql::_sqlCreateTable()

protected string Solar_Sql_Adapter_Mysql::_sqlCreateTable ( string $name , string $cols )

Builds a CREATE TABLE command string.

Parameters

  • (string) $name: The table name to create.

  • (string) $cols: The column definitions.

Returns

  • (string) A CREATE TABLE command string.

Description

Builds a CREATE TABLE command string.



Local