DECIMAL(5, 2)
Total Number Of Digits
Digits After Decimal
users.push(
{
persona: pickPersona(),
data: [
username,
joinDate
]
}
)DECIMAL(5, 2)
Total Number Of Digits
Digits After Decimal
| USERS |
|---|
| id |
| username |
| created_at |
Now Comments
| PHOTOS |
|---|
| id |
| image_url |
| user_id |
| created_at |
| COMMENTS |
|---|
| id |
| comment_text |
| user_id |
| photo_id |
| created_at |
NodeJS
MySQL
Hello there MySQL, How Many Users Are In The Database?
Well...it looks like there are currently 518 users in here!
Express App
(Node)
Client's Computer
Hi server, I would like to sign up, here's my email
sophie97@yahoo.com
One sec, let me ask MySQL to INSERT that for you
MySQL
Ok all set now!
mm/dd/yyyy