Allow Aurelius to modify nullable-State of existing columns

We would like to let Aurelius TDatabaseManager do all necessary ddl Statements after changing Entities.

TDatabaseManager should change not nullable columns to nullable (or nullable to not null) for existing columns.

(After finishing column-default value feature, it would also be nice, if this will work together as well)