forked from XiaoLFeng/XF_Index
数据库迁移更新
This commit is contained in:
parent
e3344478f1
commit
eba0a7b533
|
@ -28,6 +28,10 @@ public function up()
|
|||
->nullable()
|
||||
->after('blogUserLocation')
|
||||
->comment('绑定已注册用户');
|
||||
$table->string('blogRemark')
|
||||
->nullable()
|
||||
->after('blogForUser')
|
||||
->comment('博客备注信息');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user