Menu

First table. Users

I think that every table will have a document, reflecting each field, its function, etc.
But because this is the first one, it deserves a blog post.

The first table will be users, and because it belongs to the security tables layer, it will named security_users and its prefix will be sus

What fields this should have? well.. i was thinking about:
id - an autoincremental (AI), not null (NN) integer field (unsigned, because whats the point of an negative id?)
name - this name is not the real user name, but its nickname. the name field on each entity is supoused to referesent it and to be used as a title or a label when used as a reference in UI, so that, this will be its nickname
hash - the password hash

Posted by augusto wloch 2020-03-08 | Draft

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.