Hi there,
I have created a table in the DB with a default value of current timestamp for a dateTime column. However when i try to write to it using a CDT the default column is null.
Table structure.
CDT definition.
Any help would be appreciated
Discussion posts and replies are publicly visible
It's probably of no consolation but this *does* work if you use the modern Write Records smart service i.e. the default value (for the 'MODIFIED_ON' column in my test example) is set to the value of 'current_timestamp(6)'
ooh, nice.