티스토리 뷰

728x90
created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
updated_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,

https://iolothebard.tistory.com/513

 

mysql에서 create_at/updated_at 컬럼 사용하기

오랜만에 mysql 닭질... 별 생각없이 허접한 테이블을 만들어서 brew로 설치한 mariadb로 잘 쓰고 있었는데... CREATE TABLE foo (     ...     created_at TIMESTAMP NOT NULL         DEF..

iolothebard.tistory.com

 

728x90
댓글