[Feature] Allow creating indexes using ALTER TABLE ... ADD INDEX #507
Labels
api
Related to library's API
enhancement
New feature or request
greenlit
Ready for implementation
mysql
Related to MySQL
Currently the only way of creating indexes using Kysely is using createIndex method e.g.:
But MySQL and some other non-standard dialects (YDB for example) also support creating indexes using
ALTER TABLE ... ADD INDEX
expressions.Please consider adding support for creating indexes this way.
The text was updated successfully, but these errors were encountered: