Home > 2024 > MySQL > ๐Ÿ‹[MySQL] null ์ปฌ๋Ÿผ ๋ณ€๊ฒฝํ•˜๊ธฐ.

๐Ÿ‹[MySQL] null ์ปฌ๋Ÿผ ๋ณ€๊ฒฝํ•˜๊ธฐ.
MySQL

ํ…Œ์ด๋ธ” null ์ปฌ๋Ÿผ -> not null ์œผ๋กœ ๋ณ€๊ฒฝํ•˜๊ธฐ.

alter table ํ…Œ์ด๋ธ”์ด๋ฆ„ mofify column ์ปฌ๋Ÿผ์ด๋ฆ„ ์ปฌ๋Ÿผํƒ€์ž… not null;
  • ์ปฌ๋Ÿผ์— null ๊ฐ’ ํ—ˆ์šฉ

ํ…Œ์ด๋ธ” null ์ปฌ๋Ÿผ -> null ์œผ๋กœ ๋ณ€๊ฒฝํ•˜๊ธฐ.

alter table ํ…Œ์ด๋ธ”์ด๋ฆ„ mofify column ์ปฌ๋Ÿผ์ด๋ฆ„ ์ปฌ๋Ÿผํƒ€์ž… null;
  • ์ปฌ๋Ÿผ์— null ๊ฐ’ ๋น„ํ—ˆ์šฉ