I have uploaded my project Digital Ocean LEMP and getting issue with
1. Datatype datetime - 0000-00-00 00:00:00 is not valid date type
2. Datatype Integer - Incorrect integer value for column name at row 1
3. Datatype Float - Data truncated for column for column name at row 1
Basically these error were coming at insert and update time, as proper datatype was not coming from php end.
I cannot change php end as project is live.
How to dissolve these issues. thanks in advance
- 1 like
- 2 comments