Open FractalizeR opened 7 years ago
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?
I think I can add it. Thanks for suggesting 👍 I'll keep the issue open until I add pg enum.
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?