在mysql中,timestamp和datetime是相近的格式类型,区别在于,timestamp的默认值可以使用current_timestamp这样的mysql的常量,而datetime不行;当时区改变时,timestamp类型的字段值会变,而datetime不会变