belowaverage-org / phonebook

🔎 A fast, tag based, flat file, PHP Phone Book.
https://belowaverage.org/software/phonebook/
GNU General Public License v3.0
9 stars 1 forks source link

Add required constraint. #17

Closed krisdb2009 closed 3 years ago

krisdb2009 commented 5 years ago

This constraint should require the database column to not allow null values, and should discard imports on objects that do not supply the required data according to the schema.

krisdb2009 commented 3 years ago

I might do this some other time.