hasTable('attachments')) { $table = $this->table('attachments'); $table->changeColumn('url', 'string', ['default'=> '', 'limit' => 255, 'comment'=>'资源地址']) ->update(); } } }