kysely
kysely copied to clipboard
Support `create table...index/key...`.
Hey 👋
Currently we don't support adding indexes in CreateTableBuilder.
This is supported in MySQL, and other non-builtin dialects.
Also, we should align with #507 & #508 if the proposed enhancements are introduced.