When i am doing
heroku db:push
to import the development database of my Rails application, the "time" columns become "text" columns. That is, they are "time" in my SQLite development database, and they were "time" on Heroku before my "push", but after that they became "text".
Is there a way to push my SQLite columns as "time"? Why is this happening?