hasTable('send_config_log')) { $table = $this->table('send_config_log'); $table ->addColumn('imei', 'string', ['limit' => 20,'null' => true,'signed' => true,'comment' => 'IMEI',]) ->update(); } } }