how to check not null value and conditition postgresql query code example
Example: postgresql add not null and not empty constraint
ads character varying(60) NOT NULL CHECK (ads <> '')
ads character varying(60) NOT NULL CHECK (ads <> '')