将数据插入到postgres数据库表中时出现以下错误。
错误:错误:插入超出日期范围的数据
查询:
insert into schema.table (file_name) values ('my_ref_file_121323_1562070973_0.dmp');
表:
|Column | Type |
|file_name | character varying(100) |