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
Laravel doesn't support ENUM type for postgres. It declares it as a VARCHAR with constrain which is not very convenient. Can we have ENUM support at this great library?
The text was updated successfully, but these errors were encountered:
Laravel doesn't support ENUM type for postgres. It declares it as a VARCHAR with constrain which is not very convenient. Can we have ENUM support at this great library?
The text was updated successfully, but these errors were encountered: