Server - Linux/APM

[MySql] 테이블 컬럼(시간) 표시 방법

박호성 2016. 10. 4. 16:11

테이블 컬럼(시간) 표시 방법



alter table Intranet_User add created TIMESTAMP not null DEFAULT CURRENT_TIMESTAMP;