UPDATED > DATE cannot retrieve(value is NULL on first adding row)

Hi upon migration from parse to Backendless. all data is okay except the updated value. why does it has automatic column name “updated” and NULL? when i add row, it does not put a value in it. which will be NULL. it must be equal to created date value then will change value when it is change.

Hi Joey,

it is logical that the updated column is empty when you create the record. I do not see this as a problem. Column updated will be changed once the record really updated.

Regards,
Stanislav

For me, it was an adjustment but its okay… For me updated is a record for recent data made/change for that certain object, theoretically it must be equal to created upon initial start because it is the present data. I had error when i first retrieve data because it was null. Thanks for the reply.