Hacker News new | ask | show | jobs
by danychok 2020 days ago
So switching from int to datetime will somehow migrate existing data from one form to another?
1 comments

The existing stored data would stay as it is. It would be automatically converted to datetime on query. The new data that's coming in would be stored as datetime.

From user's perspective, the change would be instant.