function schema_mysqli_create_table_sql in Schema 5
Same name and namespace in other branches
- 6 engines/schema_mysqli.inc \schema_mysqli_create_table_sql()
File
- engines/
schema_mysqli.inc, line 11
Code
function schema_mysqli_create_table_sql($table) {
return schema_mysql_create_table_sql($table);
}