# Neue Spalte in s\_order\_details\_attributes Tabelle einfügen

**URL:** https://forum.shopware.com/t/neue-spalte-in-s-order-details-attributes-tabelle-einfugen/36609
**Category:** Programmierung
**Created:** [8. Mai 2016 um 21:05 UTC](https://forum.shopware.com/t/neue-spalte-in-s-order-details-attributes-tabelle-einfugen/36609 "2016-05-08T21:05:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![micrad](https://avatars.discourse-cdn.com/v4/letter/m/8e7dd6/32.png) [@micrad](https://forum.shopware.com/u/micrad)
#### Post date: [8. Mai 2016 um 21:05 UTC](https://forum.shopware.com/t/neue-spalte-in-s-order-details-attributes-tabelle-einfugen/36609/1 "2016-05-08T21:05:46Z")

</div>

Wie kann mein Plugin eine neue&nbsp;Spalte in ein ‚attributes‘ Tabelle einfügen?

Ich vermute in der install() Funktion lässt sich das bewerkstelligen, aber leider bin Ich ein Neuling zu&nbsp;Doctrine ORM.&nbsp;

Kann mir jemand einen Tip geben?

Danke.

---

<div class="post-metadata">

### Author: ![Moritz\_Naczenski](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/moritz_naczenski/32/7792_2.png) [@Moritz\_Naczenski](https://forum.shopware.com/u/Moritz_Naczenski)
#### Post date: [9. Mai 2016 um 05:24 UTC](https://forum.shopware.com/t/neue-spalte-in-s-order-details-attributes-tabelle-einfugen/36609/2 "2016-05-09T05:24:19Z")

</div>

Hallo,

ich bin zwar selbst kein Entwickler, denke aber hier findest du ein Beispiel dafür:&nbsp;

> <https://github.com/shopwareLabs/SwagPaymentPaypal/blob/master/Bootstrap.php#L671>

> <https://github.com/shopwareLabs/SwagPaymentPaypalPlus/blob/master/Bootstrap.php#L246>

Moritz
