Hi, I am getting an error for database when trying insert time unix value to field (INTEGER).
(pymysql.err.DataError) (1264, "Out of range value for column 'ts' at row 1")
i.e. 1770672600000, log shows out-of range. I was not able to find any docs for datatypes within Railway DB...I am not well informed what ranges are allowed for available datatypes. Can anyone tell me and reccomend how to store this unix time value in miliseconds?