3
votes
2answers
136 views

A database schema for articles and their revisions

I'm designing a super simple web application for creating articles. All articles on this site can be edited by different people and each edit is a revision. Using an RDBMS, this is my schema: ...
2
votes
3answers
326 views

How could I improve my database schema?

I'm a student and I've created this MySQL database schema for my Service Order Management academic project and I want to know if I need to improve it and, if so, how I could do that. Thanks for your ...
3
votes
2answers
222 views

Creating contact tables

I have a module in my college project for managing Contacts. I'm confused on how to design the contact table. One contact can have multiple email, mobile, website addresses. So I have created two ...