How to store approximate dates in MySQL? -


I need to store dates like 'Summer 1878' or 'Beginning June 1923', or even That 'mid-afternoon' Tuesday in August 'How would I suggest this?

I have considered dividing the date and time into separate (integer) columns, and each column has an auxiliary (integer) column in which there is a range (if 0 is accurate, tap if unknown) but I'm sure there are other ways ...

Thanks!

I am using postgres, and I wanted to do the same thing As I did this, if there are some similar geometrical types in MySQL:


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -