I have a redshift table with a column id which has bigint data type. I want to add a constraint to check if the inserted value is positive and fail ins
redshift
bigint