Tagged Questions

5
votes
2answers
397 views

Shared Purpose tables in database design ( how would *you* implement a question/answer facility )

I have long considered the design of a database that involves shared table purposes to be somewhat a trait of smelly code, and progressively increasing proliferation of smelly-code related problems. …
0
votes
1answer
51 views

What to consider before storing negative-dates in MySQL?

I'm working on a project now that will require me to enable users to store negative-dates in the database. These dates have the potential to span many thousands of years BC, and as late as 'Today.' …