# Adding a field as a column to backend product overview

**URL:** https://forum.shopware.com/t/adding-a-field-as-a-column-to-backend-product-overview/70806
**Category:** International (English Only)
**Tags:** programming
**Created:** [10. November 2020 um 12:59 UTC](https://forum.shopware.com/t/adding-a-field-as-a-column-to-backend-product-overview/70806 "2020-11-10T12:59:11Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![davit\_sargsyan](https://avatars.discourse-cdn.com/v4/letter/d/7ba0ec/32.png) [@davit\_sargsyan](https://forum.shopware.com/u/davit_sargsyan)
#### Post date: [10. November 2020 um 12:59 UTC](https://forum.shopware.com/t/adding-a-field-as-a-column-to-backend-product-overview/70806/1 "2020-11-10T12:59:11Z")

</div>

How to add a new field, e.g. a product attribute to product (items) overview table ?

---

<div class="post-metadata">

### Author: ![odessite](https://avatars.discourse-cdn.com/v4/letter/o/f05b48/32.png) [@odessite](https://forum.shopware.com/u/odessite)
#### Post date: [10. November 2020 um 14:05 UTC](https://forum.shopware.com/t/adding-a-field-as-a-column-to-backend-product-overview/70806/2 "2020-11-10T14:05:44Z")

</div>

[https://docs.shopware.com/en/shopware-5-en/settings/free-text-fields-attributes](https://docs.shopware.com/en/shopware-5-en/settings/free-text-fields-attributes)

[https://developers.shopware.com/developers-guide/attribute-system/](https://developers.shopware.com/developers-guide/attribute-system/)

There you can see an example in plugin, method `updateSchema`

> <https://github.com/shopwarrior/OssCustomModel/blob/master/OssCustomModel.php>

&nbsp;

---

<div class="post-metadata">

### Author: ![davit\_sargsyan](https://avatars.discourse-cdn.com/v4/letter/d/7ba0ec/32.png) [@davit\_sargsyan](https://forum.shopware.com/u/davit_sargsyan)
#### Post date: [10. November 2020 um 16:05 UTC](https://forum.shopware.com/t/adding-a-field-as-a-column-to-backend-product-overview/70806/3 "2020-11-10T16:05:09Z")

</div>

@odessite‍&nbsp;That is showing how to create an attribute, My question is how to show that attribute in the table overview as a column in the listing overview.
