Join Slack
Powered by
Hey, is there a way to do a unique index across tw...
# exposed
s
Smith
04/27/2018, 2:11 PM
Hey, is there a way to do a unique index across two columns?
t
tapac
04/27/2018, 2:44 PM
Copy code
FooTable : Table() { ... // column defenition init { index(true, col1, col2) } }
👍 1
7
Views
Open in Slack
Previous
Next