摘要: 只需要加以据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)
<-- -->