Skip to content

Database Schema

DanielLaV edited this page Dec 10, 2021 · 5 revisions

Users

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

Stories

|column name| data type| detail | | id | integer | not null, primary key | | authorId | integer | not null, foreign key | | title | string | not null | | likes |

Clone this wiki locally