table('employee'); $table->addColumn('image_photo', 'string', ['limit'=> 255, 'comment'=> '形象照', 'default'=> '']) ->addColumn('wx', 'string', ['limit'=> 255, 'comment'=> '微信号', 'default'=> '']) ->update(); } }