I tried to set my timestamp to undefined as 0 and for some of my other tables, this is working but not for others… Is it possible to do this? I even tried to do something like this in my php code: $date = 0; but that doesn’t work all the time…
This doesn’t really make sense without any code. Databases can handle integers, including zero, so can PHP - but nobody should use this for date representation (except for very good reasons). Timestamp has gone really unimportant.