Home > Archive > MySQL > πŸ‹[MySQL] null 컬럼 λ³€κ²½ν•˜κΈ°.

πŸ‹[MySQL] null 컬럼 λ³€κ²½ν•˜κΈ°.
MySQL

ν…Œμ΄λΈ” null 컬럼 -> not null 으둜 λ³€κ²½ν•˜κΈ°.

alter table ν…Œμ΄λΈ”μ΄λ¦„ mofify column μ»¬λŸΌμ΄λ¦„ μ»¬λŸΌνƒ€μž… not null;
  • μ»¬λŸΌμ— null κ°’ ν—ˆμš©

ν…Œμ΄λΈ” null 컬럼 -> null 으둜 λ³€κ²½ν•˜κΈ°.

alter table ν…Œμ΄λΈ”μ΄λ¦„ mofify column μ»¬λŸΌμ΄λ¦„ μ»¬λŸΌνƒ€μž… null;
  • μ»¬λŸΌμ— null κ°’ λΉ„ν—ˆμš©