반응형
Web Programming
-
-
-
-
-
MySql 테이블 컬럼명 및 타입 변경
Web Programming 2023. 2. 10. 22:59alter table 테이블명 change 기존 컬럼명 변경할 컬럼명 datetime;
-
-