table($table)->hasColumn('message') || $this->table($table) ->addColumn('message', 'text', ['default' => NULL, 'null' => true, 'after' => 'attempts', 'comment' => '最新消息']) ->update(); } }