date日期类型
说明 oracle dd-mm-yyyy
create table test1(birthday date);
timestamp(n)
说明:邮戳的时间类型
于date的区别,邮戳(timestamp)当某条数据更新时,使用邮戳字段也会自动更新.