I currently have triggers that update certain columns across all my tables. It would be good to have the ability to ignore certain columns when generating the insert that are automagically managed by the db. e.g. on insert most my tables have a CreatedOn/CreatedBy UpdatedOn/UpdatedBy that is updated by the database.
This could just be in the settings as "Columns to Ignore" and be a comma separated string.
I currently have triggers that update certain columns across all my tables. It would be good to have the ability to ignore certain columns when generating the insert that are automagically managed by the db. e.g. on insert most my tables have a CreatedOn/CreatedBy UpdatedOn/UpdatedBy that is updated by the database.
This could just be in the settings as "Columns to Ignore" and be a comma separated string.