laravel --报错: Method varchar does not exist.

《laravel --报错: Method varchar does not exist.》

原因如下:迁移文件中,数据类型不能用 varchar。

必须改成 char。

点赞