不要怂,就是干,撸起袖子干!

Commit e10cb517 by sdepold

removed comment

1 parent 701b9724
Showing with 0 additions and 12 deletions
...@@ -223,18 +223,6 @@ var QueryGenerator = module.exports = { ...@@ -223,18 +223,6 @@ var QueryGenerator = module.exports = {
"ON", tableName, '(' + transformedAttributes.join(', ') + ')', "ON", tableName, '(' + transformedAttributes.join(', ') + ')',
(options.parser ? "WITH PARSER " + options.parser : undefined) (options.parser ? "WITH PARSER " + options.parser : undefined)
]).join(' ') ]).join(' ')
/*
CREATE [UNIQUE|FULLTEXT|SPATIAL] INDEX index_name
[USING index_type]
ON tbl_name (index_col_name,...)
[WITH PARSER parser_name]
index_col_name:
col_name [(length)] [ASC | DESC]
*/
}, },
/* /*
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!