createSql()
createSql(\Cake\Database\Connection $connection) : array
Generate the SQL to create the Table.
Uses the connection to access the schema dialect to generate platform specific SQL.
Parameters
\Cake\Database\Connection | $connection | The connection to generate SQL for. |
Returns
array —List of SQL statements to create the table and the required indexes.