Laravel 的数据库迁移的方法

时间:2017-08-11

字段修饰

Schema::table('users', function (Blueprint $table) {
  $table->string('email')->nullable();
});
  • 共4页:
  • 上一页
  • 2/4
  • 下一页
  • 上一篇:php中文乱码问题的终极解决方案汇总 下一篇:PHP实现webshell扫描文件木马的方法

    相关文章

    最新文章