-
Notifications
You must be signed in to change notification settings - Fork 1
Database Schema
jlgranof edited this page Oct 22, 2020
·
5 revisions
| Column Name | Data Types | Details |
|---|---|---|
id |
integer | not null, primary key |
firstName |
string | not null |
lastName |
string | not null |
username |
string | not null, unique, indexed |
email |
string | not null, unique, indexed |
hashedPassword |
string | not null |
createdAt |
datetime | not null |
updatedAt |
datetime | not null |
| Column Name | Data Types | Details |
|---|---|---|
id |
integer | not null, primary key |
createdAt |
datetime | not null |
updatedAt |
datetime | not null |
| Column Name | Data Types | Details |
|---|---|---|
id |
integer | not null, primary key |
createdAt |
datetime | not null |
updatedAt |
datetime | not null |
| Column Name | Data Types | Details |
|---|---|---|
id |
integer | not null, primary key |
createdAt |
datetime | not null |
updatedAt |
datetime | not null |
| Column Name | Data Types | Details |
|---|---|---|
id |
integer | not null, primary key |
createdAt |
datetime | not null |
updatedAt |
datetime | not null |