getCreateTableSql() protected method
Gets the CREATE TABLE sql string.
protected string getCreateTableSql ( $table ) | ||
---|---|---|
$table | yii\db\TableSchema |
The table metadata |
return | string |
$sql the result of 'SHOW CREATE TABLE' |
getCreateTableSql() protected method
Gets the CREATE TABLE sql string.
protected string getCreateTableSql ( $table ) | ||
---|---|---|
$table | yii\db\TableSchema |
The table metadata |
return | string |
$sql the result of 'SHOW CREATE TABLE' |
Please login to continue.