Database command don't detect new column

Hi,

I need some Information over database command. when creating a new sql table, i'd like automatic detection of new columns. Currently, when a column is added, it is not automatically detected when the SQL table is created. You always have to modify the easymorph process by checking the box so that easymorph adds this column to the SQL table.

Is there a way to detect new columns automatically?

Detecting a new column isn't hard. The question is - what database type should the column have? Guessing a database type can easily go wrong which defeats the idea of automatic column detection.