postgres 里面有time without time zone change_column :table, :column, 'time without time zone' 这样去做得到的还是datetime rails 里面有什么只有 time,没有 date 类型的字段吗
time without time zone
change_column :table, :column, 'time without time zone'
datetime