会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
明明一颗大白菜
博客园
首页
新随笔
联系
管理
订阅
2021年3月26日
laravel做数据迁移的时候进行表的注释
摘要: 只需要加以据alter语句即可: public function up() { $tableName = 'xxx'; Schema::create($tableName, function (Blueprint $table) { $table->increments('id'); $table-
阅读全文
posted @ 2021-03-26 09:53 明明一颗大白菜
阅读(390)
评论(0)
推荐(0)
公告
<-- -->