ERROR 1067 (42000): Invalid default value for 'updated_at’
timestamp 컬럼에 default 값으로 null을 주는 방식이 잘못 됐었다.
`updated_at` timestamp NULL DEFAULT NULL;