How to change enum type column in laravel migration?

前端 未结 7 2130
挽巷
挽巷 2021-02-05 04:36

I am using Laravel 5.1 and I have a table called packages with this structure:

id              int(11)
weight          decimal(10,2)           
weight_unit     e         


        
相关标签:
7条回答
  • 2021-02-05 05:22

    Those who are still looking for the answer. This issue has been fixed in lastest Laravel Release 7.5 Have look (https://laravel-news.com/laravel-7-5-released).

    0 讨论(0)
提交回复
热议问题