manyuanrong / dso

Simple Orm library for Deno based on deno_mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possibility to create an index other than Primary

Jax-p opened this issue · comments

I would like to be able to create indexes like "UNIQUE, FULLTEXT, INDEX, SPATIAL" not only "PRIMARY".

As long as I think it's not possible at this moment - is there possibility to create custom query from string? Didn't find it neither.

Hi @Jax-p, I have created #26 to create other indexes. Attn: @manyuanrong.