You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.
Currently, the problem with supporting MySQL is that you can't have .text() columns that are indexed - you have to use VARCHAR(n) and having to dynamically rewrite migration files based on what database you're using sounds annoying AF, especially considering that MariaDB works fine with it.
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label enhancement to this issue, with a confidence of 0.93. Please mark this comment with 👍 or 👎 to give our bot feedback!
Currently, the problem with supporting MySQL is that you can't have
.text()
columns that are indexed - you have to useVARCHAR(n)
and having to dynamically rewrite migration files based on what database you're using sounds annoying AF, especially considering that MariaDB works fine with it.The text was updated successfully, but these errors were encountered: