You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried with
this.createIndex("table",["col1","col2","col3"],"int")
but after run "nodal db:migrate", got error: column "col1,col2,col3" does not exist.
Btw, what does "type" in "createIndex(table, column, type)" mean?