2021年1月16日星期六

Data truncated for column, DATETIME

I got this error on column with type DATETIME, I tried to search a lot, I search similar questions but I didn't get any good solution.

Please help with this.

Warning: #1265 Data truncated for column 'completed_on' at row 1    INSERT INTO `order_events`(      `order_id`,      `event_comment`,      `completed_on`,      `status`,      `action_taken_by`  )  VALUES(      '2',      'Order has been completed',      '2021-01-16 10: 49: 19',      'approved',      'customer'  )  

Image of Table Structure

Image of the Row I Added

https://stackoverflow.com/questions/65756323/data-truncated-for-column-datetime January 17, 2021 at 09:03AM

没有评论:

发表评论