检查是否存在

2018-02-24 15:52 更新

检查数据表是否存在

您可以轻松的检查数据表或字段是否存在,使用 hasTable 和 hasColumn 方法:

if (Schema::hasTable('users'))
{
    //
}

检查字段是否存在

if (Schema::hasColumn('users', 'email'))
{
    //
}
以上内容是否对您有帮助:
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号