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
SQLite doesn't have native enum type support. However, it is not uncommon to see usage of column text check(column in (...)) in table definitions. We could improve UX by parsing these and mapping to options and enum input group.
Hey 👋
SQLite doesn't have native enum type support. However, it is not uncommon to see usage of
column text check(column in (...))in table definitions. We could improve UX by parsing these and mapping tooptionsandenuminput group.