Attack
Forum Üyesi
- Katılım
- 4 Şub 2023
- Mesajlar
- 2,618
- Puanları
- 0
I am trying to build a relation from addon1 to addon2 (one to one), but it's not working. Something missing on my configuration?
Some questions:
Code:
// ... $structure->columns = [ 'product_id' => ['type' => self::UINT, 'autoIncrement' => true], 'product' => ['type' => self::STR...
Some questions:
- On the example below, what does 'Category' relation refers to, can be any name?
- Is my 'entity' correct to point to another addon?
- Does the recording order matter?
Code:
// ... $structure->columns = [ 'product_id' => ['type' => self::UINT, 'autoIncrement' => true], 'product' => ['type' => self::STR...
Misafirler için gizlenen link, görmek için
Giriş yap veya üye ol.