标签: mysql date timestamp utc iso8601
我想将以下ISO 8601格式的时间戳存储在MySQL数据库中:Book.where(references: [nil, ""]).where("references::text = '{}'::text") – PostgreSQL的2019-04-10T12:00:00Z类型可以这样做。据我所知,MySQL仅接受这种“可比较”格式:TIMESTAMP。是否可以通过某种方式插入ISOString而无需任何强制转换?如果是,建议使用哪种类型?
Book.where(references: [nil, ""]).where("references::text = '{}'::text")
2019-04-10T12:00:00Z
TIMESTAMP