“Syntax error or access violation: 1064” When changing column type from string to integer [LARAVEL MIGRATION]

后端 未结 0 850
清歌不尽
清歌不尽 2021-01-25 23:59

In the down() function of my migration i have the following line:

 $table->integer(\'number\')->change();

Here I try to change the column t

相关标签:
回答
  • 消灭零回复
提交回复
热议问题