데이터베이스/SQL

[SQL] 테이블에 속성 추가하기

필경이야 2022. 3. 9. 19:21
alter table comment 
    add column user_id bigint not null
저작자표시 (새창열림)