function schema_mysqli_create_table_sql in Schema 6
Same name and namespace in other branches
- 5 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);
}