This coherent with what is done for Table. All platform specific things are grouped into an options array. Eventually flags should be migrated into options as well.
12 lines
206 B
YAML
12 lines
206 B
YAML
Doctrine\Tests\ORM\Mapping\Comment:
|
|
type: entity
|
|
fields:
|
|
content:
|
|
type: text
|
|
indexes:
|
|
0:
|
|
columns: content
|
|
flags: fulltext
|
|
options:
|
|
where: "content IS NOT NULL"
|