oshai
03/11/2018, 4:15 PM... don't have client default values. DB defaults don't support in batch inserts
why is that not supported?tapac
03/11/2018, 8:37 PMoshai
03/12/2018, 6:30 AMcreate_date
is timestamp (mysql db) with default of current_timestamptapac
03/14/2018, 7:14 AMwith default of current_timestampthis
default
is available only in database nor code?oshai
03/14/2018, 7:59 AMtapac
03/14/2018, 11:23 AMdefaultExpression(CurrentDateTime)
function on columnoshai
03/14/2018, 1:23 PMcreate_date
? if that is the case it is not a good solution because I want the row to have the initial value when it was inserted.tapac
03/15/2018, 7:38 AMdefaultExpression
if that column is absent from update:
https://gist.github.com/Tapac/2518c19cbeefc6be6e56cfa850ed18dboshai
03/15/2018, 8:55 AMtapac
03/15/2018, 12:37 PM