Solar_Sql_Adapter_MysqlReplicated::_sqlCreateTable()
protected
string
Solar_Sql_Adapter_MysqlReplicated::_sqlCreateTable
( string $name
, string $cols
)
Builds a CREATE TABLE command string.
Inherited from Solar_Sql_Adapter_Mysql.
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.