I need get default value in class file
private $example_field = 0;
When I use this
example_field:
options:
default: 0
I got default database value, but when I try to persist without setting "su" I got error (column 'su' cannot be null).
Anyway,
example_field:
default: 0
Does nothing.