Fork me on GitHub
#honeysql
<
2022-10-24
>
hifumi12305:10:19

How would one express CONSTRAINT foo UNIQUE (bar,baz,quux) when creating a table in honeysql? I've tried using the column [[:constraint :foo] [:unique nil :bar :baz :quux]] but the format function doesn't return what I want EDIT: Never mind, it works as intended. I misread the output from my REPL.