I have a simple table which has a user_birthday field with a type of date (which can be NULL value)
CREATE TABLE users ( user_id bigserial NOT NULL, user