If the parent::__construct is before de self::$definition['fields']['code'] = ['type' => self::TYPE_STRING, 'size' => 64]; The objectModel can't be updated.
Questions
Answers
Description?
Add the parent::__contruct before the self::definition because the objectModel can't be updated
If the parent::__construct is before de self::$definition['fields']['code'] = ['type' => self::TYPE_STRING, 'size' => 64]; The objectModel can't be updated.