package db // PostgreSQL 日期时间格式化格式 const ( PgDateTimeFmt = `yyyy-mm-dd hh24:mi:ss` // 带时间 PgDateFmt = `yyyy-mm-dd` // 仅日期 )