-
Notifications
You must be signed in to change notification settings - Fork 0
Database Schema
DanielLaV edited this page Dec 10, 2021
·
5 revisions
| column name | data type | detail |
|---|---|---|
| id | integer | not null, primary key |
| username | string | not null, unique |
| passwordHash | binary | not null |
| firstName | string | not null |
| lastName | string | not null |
| about | text | |
| profileImage | string | |
| created_at | timestamp | not null |
|column name| data type| detail | | id | integer | not null, primary key | | authorId | integer | not null, foreign key | | title | string | not null | | likes |