# datenbank dokumentation

**URL:** https://forum.shopware.com/t/datenbank-dokumentation/65524
**Category:** Programmierung
**Created:** [16. März 2020 um 09:13 UTC](https://forum.shopware.com/t/datenbank-dokumentation/65524 "2020-03-16T09:13:05Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![wontfix](https://avatars.discourse-cdn.com/v4/letter/w/b19c9b/32.png) [@wontfix](https://forum.shopware.com/u/wontfix)
#### Post date: [16. März 2020 um 09:13 UTC](https://forum.shopware.com/t/datenbank-dokumentation/65524/1 "2020-03-16T09:13:05Z")

</div>

gibt es keine datenbank dokumenatation für&nbsp;shopware5? (weil meistens&nbsp;sind modelle viel zu langsam!)

ich will doch nur mit&nbsp;ordernumber (die einzige eindeutige nummer für artikel, weswegen wohl frontend auch nur es benutzt) andere artikel daten finden…

daher hier ne versuch dies zu dokumentieren.

**artikel attribute mit ordernumber finden:**

```
 [s\_articles\_details] [s\_articles\_attributes] id ─────────────────┐ id ordernumber └── articledetailsID 

```

**artikel supplier mit ordernumber finden:**

```
 [s\_articles\_details] [s\_articles] [s\_articles\_supplier] id ┌── id ┌── id articleID ───────────┘ supplierID ──┘ ordernumber
```

---

<div class="post-metadata">

### Author: ![shyim](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/shyim/32/7681_2.png) [@shyim](https://forum.shopware.com/u/shyim)
#### Post date: [16. März 2020 um 10:05 UTC](https://forum.shopware.com/t/datenbank-dokumentation/65524/2 "2020-03-16T10:05:22Z")

</div>

```
 s\_articles\_details hat ne articleId. Damit kommst du auf die s\_articles
```

---

<div class="post-metadata">

### Author: ![wontfix](https://avatars.discourse-cdn.com/v4/letter/w/b19c9b/32.png) [@wontfix](https://forum.shopware.com/u/wontfix)
#### Post date: [16. März 2020 um 10:26 UTC](https://forum.shopware.com/t/datenbank-dokumentation/65524/3 "2020-03-16T10:26:03Z")

</div>

oh, ok… dachte es kann doch nicht sein das alle varianten müssen zum selben hersteller gehören…
