table('employee'); $table->addColumn('position', 'string', ['limit'=> '200', 'default'=> '', 'comment'=> '职务']) ->update(); } }