Database: Second refinement
You could just say D’Oh…
Starting to create the tables on the sql-database I realised I missed one essential table:
Users
Obviously there has to be a place where I store the users (or authors) that are allowed to write posts.
So added a new table Users with fields:
- userId
- userAlias (also known as Nickname)
- userMail
- userPass