剛剛對(duì)數(shù)據(jù),發(fā)現(xiàn)業(yè)務(wù)系統(tǒng)里的訂單狀態(tài)變了,但是我沒有同步過來,就是時(shí)間沒更新的問題,備注下:
`update_time` timestamp not null default current_timestamp on update current_timestamp comment '修改時(shí)間',
時(shí)間一定要更新,要不增量一定有問題。
剛剛對(duì)數(shù)據(jù),發(fā)現(xiàn)業(yè)務(wù)系統(tǒng)里的訂單狀態(tài)變了,但是我沒有同步過來,就是時(shí)間沒更新的問題,備注下:
`update_time` timestamp not null default current_timestamp on update current_timestamp comment '修改時(shí)間',
時(shí)間一定要更新,要不增量一定有問題。