table('employee'); $table->addColumn('out_call_phone', 'string', ['limit'=> 255, 'comment'=> '外呼备用电话','default'=>'']) ->update(); } }