Retrieving timestamp of MySQL row creation from meta data?

后端 未结 3 1548
自闭症患者
自闭症患者 2020-12-11 18:06

I have been maintaining a MySQL table of rows of data inserted from PHP code for about a year and a half. Really stupid, I know, I didn\'t include the timestamp

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-11 18:34

    Unfortunately, there's nothing you can do in this case. If MySQL had a secret timestamp field, the general size of tables would increase by 4 bytes per row.

提交回复
热议问题