Creating an 'enum' type column
Hi all,
Trying to re-create this MySQL in Kysely
but not quite sure what type to use (or escape hatches) to generate an ENUM here
Solution:Jump to solution
Like this:
```ts
await trx.schema
.createTable("expected_available_songs")...
1 Reply
Solution
Like this: