I have also found the CHECK constraint on an INTEGER column to serve well as an ENUM: https://stackoverflow.com/questions/5299267/how-to-create-en...
For dates I happily use unix epoch integers or iso8601 date strings.
I have also found the CHECK constraint on an INTEGER column to serve well as an ENUM: https://stackoverflow.com/questions/5299267/how-to-create-en...
For dates I happily use unix epoch integers or iso8601 date strings.