Tony Murray 7e72d71dce Fix users table again (#6224)
You can only have one column with CURRENT_TIMESTAMP
2017-03-21 09:07:45 -05:00

2 lines
51 B
SQL

ALTER TABLE `users` MODIFY `updated_at` TIMESTAMP;