Код: Выделить всё
some_fieldПоэтому я пытаюсь использовать его в описании своей сущности
Код: Выделить всё
#[ORM\UniqueConstraint(
name: 'some_index',
columns: ['some_field', 'COALESCE(other_field, 0)']
)]
Код: Выделить всё
There is no column with name "COALESCE(other_field, 0)" on table "..."Подробнее здесь: https://stackoverflow.com/questions/790 ... ake-bundle
Мобильная версия