-
|
Basically, the title. I need to set some fields as UNIQUE, so I'm trying to use the CREATE UNIQUE INDEX command to set it as UNIQUE. Here is the code I've written for it. And this is the error I'm getting from it. I've tried setting the flag via cargo run as such Sorry if I may be ignorant, but what is the proper way to enable this feature? Also, is there documentation for this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hey @dupr0n, there is a |
Beta Was this translation helpful? Give feedback.
Hey @dupr0n, there is a
experimental_indexesfeature flag you can turn on. Please note that in 0.1.4 pre-releases, indexes are now on by default.