. , null, - .
-, NULL , , "" null. varchar , , . , , .
Personally, I prefer to use null values with some reasonable movement of data to child tables if the data is really another entity (and often these fields turn out to need a one-to-many parent-child relationship, for example, when you may or may not know the number a person’s phone, put it in a separate telephone table, and then you often find that you need to store several phone numbers).
Hlgem source
share