I have an attribute
private boolean include;
I would like to set its default value to true, so that in the database it must display True from d
private boolean include = true;